March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I created a graph that have 4 lines of cumulative percentage (;Start Plan, Start Actual, Finish Plan and Finish Actual)
Need to show the plan vs acutal progress here.
1. I'm not quite sure why the Start and finish actual lines don't stat from 0%.? (attched which dax i used)
2. When i chose one of categories in slicers, the lines doesn't show from 0%?
I'm not sure what i am missing. i tried to check similar cases here and there but couldn't make it.
Any idea how to do it? if it's ok i could send my native file.!
Thanks in advance.
Cheers,
Senga
Hi @colourfullife,
Is you X-axis from you fact table? Here we can create a calculated table using VALUES function and create relationship between it and the fact table.
Then we can put the column in the new table in X-axis and create measures like
Measure= If(isblank(result),0,result)
If it doesn't work, kindly share your sample data and excepted result to me. Please upload your files to One Drive and share the link here.
Regards,
Frank
Hi @colourfullife ,
Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.
Regards,
Frank
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |