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
Are you able to format so that it is red for negative and black for positive?
Anonymous
4 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 below
3. Select format style as field value and under field select your measure.
Hope you got answer.
Thanks
Naveen Mechu