Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
User | Count |
---|---|
85 | |
82 | |
66 | |
52 | |
48 |
User | Count |
---|---|
100 | |
49 | |
42 | |
39 | |
38 |