Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

using indicators

Hi All,

 

I have to create 3 indicators for the status in the same columns. 

Example : i have new product development status like Low/Medium/High i have to create a indications as Green/yellow/Red

in if status is Low/Low/Low means 3 green idicators should be create

  

Please let me how can create indicators ..please suggest

indicators

  • Anonymous 
    Indictors =
    CALCULATE (
    IF (
    SELECTEDVALUE ( Prodct_Table[status] ) = "Low/Low/Low",
    "🟢🟢🟢",
    "🟢🟡🔴"
    )
    )

     

     

     

    *If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.

    *if this not helps you,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

3 Replies

  • Anonymous 
    Indictors =
    CALCULATE (
    IF (
    SELECTEDVALUE ( Prodct_Table[status] ) = "Low/Low/Low",
    "🟢🟢🟢",
    "🟢🟡🔴"
    )
    )

     

     

     

    *If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.

    *if this not helps you,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

    • Anonymous's avatar
      Anonymous
      Not applicable

      HI, Please let me know how to take that circles 

      • Mahesh0016's avatar
        Mahesh0016
        Super User

        Anonymous Press keyboard( Windows key + Dot( . ) ) to open emoji pop up so you can select circles.