Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have created a % measure as follows :
Solved! Go to Solution.
Hey @lennox25 ,
if you want to use the format as "percentage" option, do not multiply by 100. If you want to show the result as poisitive consider using the ABS function like so:
% of Yellow = ABS(divide([No of Yellow],[Count of Category])-1)
Hopefully, this provides what you are looking for.
Regards,
Tom
Hey @lennox25 ,
if you want to use the format as "percentage" option, do not multiply by 100. If you want to show the result as poisitive consider using the ABS function like so:
% of Yellow = ABS(divide([No of Yellow],[Count of Category])-1)
Hopefully, this provides what you are looking for.
Regards,
Tom
Kudos to you 🙂 Thank you so much!!
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 26 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |