- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

KPI Creation
Hello friends,
Please help on this requirement need to show traffic light indicator at the page level with the help of 2 calculated columns
see the attachmentScenario
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @RENJITH_R_S ,
Use the issue table as an example, you can create a measure like this and put it in the card visual without setting conditional format for it:
Traffice for issues =
VAR _issues =
SELECTEDVALUE ( Issues[Issue Flag] )
RETURN
IF (
NOT ( ISBLANK ( _issues ) ),
SWITCH (
TRUE (),
_issues == 0, UNICHAR ( 128994 ),
_issues = 1, UNICHAR ( 128993 ),
_issues = 2, UNICHAR ( 128308 )
),
UNICHAR ( 9898 )
)
Default status:
When select an issue flag:
Risk table is the same as the issue table, just change the parameter in the variable.
Attached a sample file in the below, hope to help you.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @RENJITH_R_S ,
Use the issue table as an example, you can create a measure like this and put it in the card visual without setting conditional format for it:
Traffice for issues =
VAR _issues =
SELECTEDVALUE ( Issues[Issue Flag] )
RETURN
IF (
NOT ( ISBLANK ( _issues ) ),
SWITCH (
TRUE (),
_issues == 0, UNICHAR ( 128994 ),
_issues = 1, UNICHAR ( 128993 ),
_issues = 2, UNICHAR ( 128308 )
),
UNICHAR ( 9898 )
)
Default status:
When select an issue flag:
Risk table is the same as the issue table, just change the parameter in the variable.
Attached a sample file in the below, hope to help you.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@RENJITH_R_S , You might have disply them on three cards .
If needed refer this :https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@RENJITH_R_S , you can do icon formatting in table or matrix
or
https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks @amitchandak , for the response, I did it your idea in my table, but my requirement is need to show the 3 icons separately on the table at top based on these 2 calc columns

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
05-03-2024 12:51 PM | |||
10-21-2024 09:15 PM | |||
09-14-2024 06:46 AM | |||
12-16-2024 05:22 PM | |||
Anonymous
| 05-13-2021 12:40 PM |
User | Count |
---|---|
83 | |
79 | |
53 | |
39 | |
37 |
User | Count |
---|---|
104 | |
85 | |
47 | |
43 | |
42 |