Forum Discussion
Anonymous
4 years agoNot applicable
Conditional formatting for values in a Matrix visual based on the date
Hello, I am currently trying to create a matrix visual where each column is a month and have the conditional formatting shade certain values in based on the month they are in. Eg. for this visual...
amitchandak
4 years agoSuper User
Anonymous , As of now, you can not do conditional formatting on row/column of Matrix
For values, you can have. Create a color measure and use that in conditional formatting using field value option
Colour =
SWITCH(TRUE(),
'Table'[Date] < TODAY(), "red",
'Table'[Date] = TODAY(), "orange",
"green")
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539