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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 @Anonymous,
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 @Anonymous ,
Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.
Regards,
Frank
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 72 | |
| 38 | |
| 27 | |
| 24 |