Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Highlighted symbol

Hello, I have a field with 1 & 0. Where need to seggregate 1 as Enabled and 0 for Disabled.  If I select Enabled then one green highlighted symbol will pop up and if I select Disabled then one re...
  • v-yingjl's avatar
    v-yingjl
    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.