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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 103 | |
| 40 | |
| 33 | |
| 25 |