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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jgo1986
Frequent Visitor

Excel Icon Rules in power BI (Bullets)

Hello,

I've been trying to reproduce the table of this link, but unfortunately I am not able to create the red/green/yellow bullets and I cant see the  Retail Analysis Sample in my power BI version. I'd like to create bullets as below:

 

 

I have seen examples in where people create columns with "URL icons", by creating a new table with a correlation between Column A (numbers) & Column B (icons from URL), but what I need is something like an excel rule in which if table column contains 1 then shows a green icon and if cointains a 0 a red icon.

 

Can someone help me? Thanks in advance.

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @jgo1986 ,

You can add a calculated column with unichar function to display symbol icon, then you can enable conditional formatting on it to display different color based on other fields.

Icon = UNICHAR(11044)

15.png

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @jgo1986 ,

You can add a calculated column with unichar function to display symbol icon, then you can enable conditional formatting on it to display different color based on other fields.

Icon = UNICHAR(11044)

15.png

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Thanks a Lot,

Worked fine. As I had 3 possible values (0=Black, 1=Green; 2=Red), a lot of KPIs (Rows) and 12 Months(columns), what I did was to convert the text columns to number, then I created another 12 month columns = Unichar (11044) and then I created a Table Visual and applied for each new icon month_column the following steps:

 

Captura.JPG

 

 

Thanks a lot 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors