Forum Discussion
deanbland
5 years agoHelper III
Help with conditional formatting!
HI, I have a matrix table (shown below) and I am wanting to conditional format the cells within each column in the following way: - Between -5 and +5, they are highlighted Green - Above +5...
- 5 years ago
Try:
SWITCH(TRUE(),
[Your measure] < 0.81, "red",
[Your measure] > 1.19, "red,[Your measure] >= 0.95 && [Your measure] <= 1.05, "green",
"orange")
v-kelly-msft
5 years agoCommunity Support
Hi deanbland ,
Are you using 1 measure or multiple measures?Can you share your .pbix file if there's no confidential information inside?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!