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