Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Conditional Formatting for Text in Matrix

Hi Guys,

Just need help on adding the conditional formatting on my matrix that has text value. The value is a measure that I created.

I already tried using switch or creating a helper column to do formatting but it only captures one value. 

 

Below is the measure I used:

 

Status_Measure = 
IF(
    MAX(Submission[ReStatus]) = BLANK(),
        IF(
            SELECTEDVALUE('Date Reference'[DAY NAME]) = SELECTEDVALUE(RestDay[Day]),
            "Out of Office", "No Entry"),
            MAX(Submission[ReStatus]))

 

Below is my matrix:

 

Also, below is how I related each table:

 

4 Replies