Forum Discussion
Highlighted symbol
- 4 years ago
Hi Anonymous ,
You can create a measure like this and apply conditional format to the value field:
Color = IF(SELECTEDVALUE('Table'[Tag]) = TRUE(),"green","red")Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can you please add more information, screenshot and maybe a mockup of your desired output?
- Anonymous4 years agoNot applicable
P_R ,
Basically, I have one column based on true and false. If the value is true then I need to highlight that value with Green symbol if false then Red in the dashboard. Due to security issue I am not allowed to paste the data here.- v-yingjl4 years agoCommunity Support
Hi Anonymous ,
You can create a measure like this and apply conditional format to the value field:
Color = IF(SELECTEDVALUE('Table'[Tag]) = TRUE(),"green","red")Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.