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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Traffic light Indicator

Hi everyone,

 

I have created the traffic light as shown below.

user22_0-1646303153011.png

 

But, Is it possible to create this visual like below?

user22_1-1646303206300.png

Thank you in advance.

1 ACCEPTED SOLUTION
PijushRoy
Super User
Super User

Hi @Anonymous 

Create a Measure like (use pass or fail in place of Yes & No)

Measure = If(SELECTEDVALUE('Table'[Status])="Yes",100,0)

Select the Visual Table
0pb1.JPG
 
0pb1.JPG
 
If you have any question, please let me know.
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
 
 



Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





View solution in original post

2 REPLIES 2
PijushRoy
Super User
Super User

Hi @Anonymous 


If you have any question or issue yet not resolved, please keep posted
If solved your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos





Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





PijushRoy
Super User
Super User

Hi @Anonymous 

Create a Measure like (use pass or fail in place of Yes & No)

Measure = If(SELECTEDVALUE('Table'[Status])="Yes",100,0)

Select the Visual Table
0pb1.JPG
 
0pb1.JPG
 
If you have any question, please let me know.
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
 
 



Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors