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
It looks like the 100% stacked bar chart shows the percentage of each item out of one cumulative total. Is there a way to create a 100% stacked bar chart where each bar is out of its own amount? I'm trying to create a graphic where each bar is sort of its own progres bar.
Solved! Go to Solution.
Hi @Domenick ,
Here's the workaround.
Sample data
Current progress = DIVIDE(SUM('Table'[Num]),CALCULATE(SUM('Table'[Num]),ALL('Table')))
Unfinished progress = 1-[Current progress]
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Domenick ,
Here's the workaround.
Sample data
Current progress = DIVIDE(SUM('Table'[Num]),CALCULATE(SUM('Table'[Num]),ALL('Table')))
Unfinished progress = 1-[Current progress]
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This could be done with Charticulator. I'm not aware of an existing visual that will do that (if I understand your desired result).
(8) Charticulator Visual IS HERE!!! - Season 1 Episode 1 - YouTube
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
86 | |
73 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |