Forum Discussion
ShrimpSurf
4 years agoHelper II
No Conditional Formatting Drop Down?
For some reason my conditional formatting drop-down disappeared?
- Anonymous4 years ago
Hi ShrimpSurf ,
Select the visual and you could manage the conditional formatting for Data label, Category label and Background under Format pane.
Best Regards,
Jay
ShrimpSurf
4 years agoHelper II
The card.
Pragati11
4 years agoSuper User
Hi ShrimpSurf ,
Card visual doesn't give you conditional formatting option.
You can try other visuals like table or matrix visual.
Thanks,
Pragati
- ShrimpSurf4 years agoHelper II
Are you able to format so that it is red for negative and black for positive?
- Anonymous4 years agoNot applicable
Hi,
Follow below steps--
1. Create measure as below
color = SWITCH(TRUE(),[Total hours] >=0,"Green","Red")2. Select fx in front of color under data label as below3. Select format style as field value and under field select your measure.
Hope you got answer.
Thanks
Naveen Mechu