Forum Discussion

HS_PDS's avatar
HS_PDS
Frequent Visitor
6 years ago
Solved

Conditional formatting based off parameter input

Are we able to conditional format a value based off a what-if parameter input. For example I have the following column "Percentage" along with a what-if parameter called "threshold". I want to highli...
  • parry2k's avatar
    6 years ago

    HS_PDS create  a measure for color to check the threshold and then use that measure to highlight for conditional formatting.

     

    Below Threshold color = 
    IF ( [Your Measure] <= [Threshold Value], "Red" )