The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
87 | |
75 | |
55 | |
45 |
User | Count |
---|---|
135 | |
121 | |
77 | |
65 | |
64 |