Forum Discussion
Anonymous
4 years agoNot applicable
Traffic light Indicator
Hi everyone, I have created the traffic light as shown below. But, Is it possible to create this visual like below? Thank you in advance.
- 4 years ago
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 TableIf 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
PijushRoy
4 years agoCommunity Champion
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
Select the Visual Table
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
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos