Forum Discussion
iuli
4 years agoRegular Visitor
Conditional formatting for Total Label on stacked column chart
Hello, I used a measure to color the total label in red / green. For a matrix works ok, but not for total label.
iuli
4 years agoRegular Visitor
Hi,
the measure is :
color = SWITCH(TRUE(), SUM('Table'[Products_CY]) > SUM('Table'[Products_PY]), 1 , 0 ) // 1=red, 0=green