Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

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

indicatorsindicators

1 ACCEPTED SOLUTION
Mahesh0016
Super User
Super User

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

Mahesh0016_0-1673436813635.png

 

 

 

*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.

View solution in original post

3 REPLIES 3
Mahesh0016
Super User
Super User

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

Mahesh0016_0-1673436813635.png

 

 

 

*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
Not applicable

HI, Please let me know how to take that circles 

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

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.