Forum Discussion
Anonymous
6 years agoNot applicable
Conditional Formatting for Text in Matrix
Hi Guys, Just need help on adding the conditional formatting on my matrix that has text value. The value is a measure that I created. I already tried using switch or creating a helper column to do ...
Anonymous
6 years agoNot applicable
Hi Sorry 'bout that.
It's adding colors to each status. I first created something like this:
Conditional Color =
SWITCH(
[Status Measure],
"SUBMITTED", "GREEN",
"ABSENT", "RED" .... But it doesn't work, also I have many status that I need to have colors as well.
Anonymous
6 years agoNot applicable
Anonymous
Power bi Conditional format doesn't support Text in any default visuals. As a workaround, you may try the Card with States Custom Visual. See the similar posts:
https://community.powerbi.com/t5/Desktop/conditional-font-color-in-card/td-p/223172
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Hi Anonymous, thank you! but I am looking for something in Matrix not in Card 😞