Forum Discussion
Condition formation per month column
xcrmadmin , if you want to return color based on values then you need to define gradient color and there can be limited colors
example
Switch(true(),
[SLA] = 1 , "Green" ,
[SLA] >= .5 , "Amber" ,
"Red "
)
This can be used in the conditional formatting field value option. to make this gradient, one need to lot more condition and color
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
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3
Thanks brother for your replay, my issue that defoult condition formation in matrix format whole matrix, and what iam looking for is to format each column based on the max and min value. Your replay just format whole matrix and this not my goal. Please let me know how to use Measure that can format each value per each coulmn (Month name)