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.
Thanks,
KV's
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)
1 Reply
- amitchandakSuper 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)