Forum Discussion
Anonymous
7 years agoNot applicable
Conditional Formatting based on calculated column inc + and - returned results
Hello I'm trying to change the background colour of a cell which is a returned result of a calculated column based on data from two other columns. Background: I have a column of scheduled arr...
- 7 years ago
Anonymous
You can write a measure that you will use just to format your text.
Format Measure = MAX ( 'Table'[Diff] )
Then in the conditional formatting you apply the rules to that field.
v-diye-msft
Community Support
7 years agoHi Anonymous ,
Please refer to the similar case: https://community.powerbi.com/t5/Desktop/Conditional-Formatting-based-on-percentage-of-multiple-values/m-p/720970#M347921
Best regards,
Dina Ye
Anonymous
7 years agoNot applicable
Thank v-diye-msft , I will look at that thread to get an idea about what I'm doing wrong although jdbuchanan71 had me soooo close to solving this thing.
I know it's going to be something super simple too get this rectified but it's eluding me at the moment.
Would you happen to know why the measure isn't selectable in the conditional formatting pane?
Thank you