Forum Discussion
Anonymous
7 years agoNot applicable
Conditional formatting based on a dynamic value (slicer)
Hi guys, so, basically every time I change my slicer, a new value is calculated (measure - it´s an avarage) how do I make a conditional formatting based on this value that changes when I clic...
parry2k
7 years agoSuper User
Anonymous you can create another measure for KPI Color based on your mesure
for example
KPI Color = IF( [Measure] > 1, "Red", "Green" )
and now you can use this KPI Color measure on conditional formatting and color will change based on your original measure.