Forum Discussion
How to conditionally format a Matrix column that compares a measure to selected value
Hello,
I currently have a matrix visual that has three columns and two values, I am trying to get the values in the matrix to be conditionally formatted where the background color changes to red green and yellow. When the percent(a measure i have calculated) is greater than a selected value from a slicer(generated by a parameter which is also a percentage) then it is red. If the percent is less than another selected value from a slicer( generated by parameter it is also a percentage)2 it is green, if the percent is in between both selected values then it yellow.
1 Reply
- amitchandak
Super User
Kiki11 , You can create a measure that returns color and use that in conditional formatting using field value option
if([Measure] > [Percent Measure], "red", "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
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3