Forum Discussion
hasharma19
Helper II
3 years agoConditional Formatting Issue
Hello All,
I am using conditional formatting for my performance given in below table
Using below measure
InConBacK = IF([YTD%]<AVERAGE(IndiaTarget[Max]),"forestgreen",
IF([YTD%]<AVERAGE(IndiaTarget[Tagret]),"#92d050" ,
IF([YTD%]<AVERAGE(IndiaTarget[Entry]),"#E8D166" ,
iF([YTD%]>AVERAGE(IndiaTarget[Entry]),"Red"
))))
It is working when month is not selected, but when i am selecting month, the conditional formatting working opposite way(2nd Image).
Please suggest the way to get ride of this issue.
Thanks
3 Replies
- Mkarwa-123
Resolver II
hasharma19 Try to use switch function.
- hasharma19
Helper II
- hasharma19
Helper II
Hello All,
Please provie some support here.