Forum Discussion
Value shown as % conditional formatting
- 1 year ago
I think your rule right now is trying to format the cell based on the COUNT column (i.e for MC1 Empty, it's looking at 886, rather than 21%)
you can use a measure to format - something like:
Percentage = DIVIDE(SUM(Table[Count), CALCULATE(SUM(Table[Count]), REMOVEFILTERS(Table[LOC STATUS])))and then just apply the rules you have above.
Hope this helps
Thank you I think it works now!
I had a feeling that the value was the issue, even though it was displayed as a % value it was still looking at the base number.
This just show how much I still need to figure out.
Thank you for your help
Hi, AndroidFactory
Thank you for reaching out to the Microsoft Fabric Community Forum.
We appreciate you sharing the issue you encountered and providing a well-reasoned hypothesis. Your ideas are excellent and showcase your deep thought, analytical skills, and unique insights into the problem. If you need further assistance, please feel free to ask questions on the forum again.
Your contributions greatly enhance the positive development of our community.
Wishing you all the best!
Best regards,
Leroy Lu