Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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.

  • 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

     
     
    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
     
     

2 Replies

  • PijushRoy's avatar
    PijushRoy
    Community 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

     
     
    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
     
     
  • PijushRoy's avatar
    PijushRoy
    Community Champion

    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