Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All ..!!
Been stuck and wondering to clear my on this.
I have two tables (Dim_person and Fct_Project) .
For the line chart in the X-Axis i should use the role name , and in the Y-Axis i should use two measure columns (Demand and capacity) , which will be giving us two line for us to compare between the two.
Now the situation is for the line chart to give me proper result , for Demand i should be using Fct_Project[Role_name] and for Capacity i should be using Dim_Person[Role_name].If i use a single Role_name for both Demand and Capacity , the results will come wrong because the measures are made accordingly.
For which in reality , it is not possible or the X-Axis will look lengthy if i add both the role_names from two different table .
Is there any way to fit in Both Demand and capacity in a single line chart with a single Role_name column on the X-Axis so that it will reflect correct values?
Thank you -
Martina
@MartinAa , Not very clear, But you can use both on the same x-axis, with concatenate label off
Concatenate Label off : https://youtu.be/QgI0vIGIOOk
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.