Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Conditional formatting in True/False colulmn

i am trying to use check box in conditional formatting of a True/False column in a table. But when i am using conditional formatting then it is still showing the column as count and giving me percentages/vales for using in conditional formatting instead of True and False values although i have changed the type of column to True/False as well.

 

Please help as i want a check box(checked) for true value and checkbox(unchecked) for false value.

  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

    I'd like to suggest you to create a measure like below then use it as based on field.

    Measure = IF(SELECTEDVALUE('Table'[Column1])=TRUE(),1,0)

     

    Best Regards,

    Jay

     

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

4 Replies