Forum Discussion

vjnvinod's avatar
vjnvinod
Impactful Individual
4 years ago
Solved

Conditional formatting icon change

Hi 

 

Currently, this is how my conditional formatting Icon looks like, wondering if there is any way i can bring in the "Thumbs UP", "Thumbs Down" icon instead of a circle

 

is there any way i can achieve this?

 

 

  • vjnvinod 

     

    from a quick check you forgot another closing bracket

    ALL('GDS Relationship Mapping')

    should be ALL('GDS Relationship Mapping'))

12 Replies

  • ALLUREAN's avatar
    ALLUREAN
    Solution Sage

    You can create a measure that then use in visual like 

    ICON = IF(MIN('GDS relationShip Mapping'[Index]) < 1, UNICHAR(128078), UNICHAR(128077))

    or if you have already measure showing 0,1,2 flags just modify it

      • ALLUREAN's avatar
        ALLUREAN
        Solution Sage

        I just change the post sorry, can you try with UNICODE instead of UNICHAR?

  • ALLUREAN's avatar
    ALLUREAN
    Solution Sage

    Try it like:

    ICON = IF(MIN('GDS relationShip Mapping'[Index]) < 1, UNICHAR(128078), UNICHAR(128077))

    and use this measure in a visual

     

    Did I answer your question? Please Like and Mark my post as a solution if it solves your issue. Thanks.

    Appreciate your Kudos !!!

    https://allure-analytics.com/