Forum Discussion
adelmonte
3 years agoResolver I
Matrix Row Conditional Color Formatting - Field Value
Hi all, I am trying to apply conditional formatting to a measure inside of a Matrix "ROW" but my color measure doesn't work. Any tip on why it doesn't work? Conditional Formatting Measu...
Padycosmos
3 years agoSolution Sage
I have moved up the yellow. Could you please see if it makes a difference?
SWITCH(TRUE(),[My % Measure] < 0.85 || [My % Measure]> 1.15 ,"RED",
([My % Measure] >= 0.85 && [My % Measure] < 0.90) || ([My % Measure] > 1.1 && [My % Measure] <= 1.5), "YELLOW",
[My % Measure] >= 0.90 || [My % Measure] <= 1.1,"GREEN")
adelmonte
3 years agoResolver I
Padycosmos unfortunately it doesn't work
- Padycosmos3 years agoSolution Sage
If the data is not sensitive , could you please share the pbix file?
- adelmonte3 years agoResolver I
Padycosmos data is sensitive I can't share it thanks anyway