Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi experts!
I am just playing aroung with a simple % stacked bar chart and somehow the measure remains to stay in a format for thousand.
Instead of 100% I get 0K%.
I haven't applied any format settings. It is a sample count measure.
What is the issue here?
Thanks
Hi @joshua1990,
A common pattern for a percentage calculation might look something like:
Percentage Measure =
DIVIDE(
COUNT(YourTable[SomeColumn]),
CALCULATE(COUNT(YourTable[SomeColumn]), ALL(YourTable)),
0
)
Hope this helps.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.