Forum Discussion
JorgiaM
3 years agoRegular Visitor
Help using conditional formatting with a measure
Hi everyone, I have written a measure which I have linked to conditional formatting. So in a short explanation, if the value for my parameter is good it is coded with the number 1 and the cell is...
amitchandak
3 years agoSuper User
JorgiaM , You need to change the order like <= 20 should come before <=150 as 20 is also less than 150 so it will never reach that condition
order should be
<= 20
<=150
>150
JorgiaM
3 years agoRegular Visitor
Thank you for your response. I have updated that but it is still showing red through the columns as before..