Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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 @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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
58 | |
35 | |
32 |
User | Count |
---|---|
99 | |
59 | |
56 | |
46 | |
40 |