Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • jdbuchanan71's avatar
    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.