Forum Discussion
Anonymous
5 years agoNot applicable
Color - Jan Month
Hi Team, I need Jan (current month) show different color, could you pls help me. Blue color need to change different colur compare to upcoming month Red - is target leave it as it is. ...
- 5 years ago
Anonymous , if there is only one measure you can try conditional formatting usinf field value option . First do it on bar then change to line with markers
color measure =
if(max(Date[month]) = format(today(), "mmm-yyyy"), "red", blue)
amitchandak
5 years agoSuper User
Anonymous , if there is only one measure you can try conditional formatting usinf field value option . First do it on bar then change to line with markers
color measure =
if(max(Date[month]) = format(today(), "mmm-yyyy"), "red", blue)