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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
bsz412
Helper III
Helper III

new icons for conditional formatting

Hi, 

 

I would like to use icons as conditional formatting, and the request I got is to differentiate between  growth ranges: 

for 0-10% :

bsz412_1-1652172994889.png

10-50%: 

bsz412_2-1652173034814.png

50%-

bsz412_3-1652173076139.png

 

and same logic for negative numbers with the red triangle pointing down. 

 

I found these icons in conditional formatting:

bsz412_0-1652172767990.png

Can you please help me how to create this conditional formatting?

thank you!

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

HI  @bsz412 ,

You can achieve this by:

1.create new column:

test = IF('Table'[value]<=0.1,UNICHAR(9650),IF('Table'[value]>0.1&&'Table'[value]<=0.5,UNICHAR(9650)&""&UNICHAR(9650),UNICHAR(9650)&""&UNICHAR(9650)&""&UNICHAR(9650)))

Then set color for it:

COLOR = IF(MAX('Table'[test])<>BLANK(),"Green",BLANK())

vluwangmsft_0-1652756000914.png

vluwangmsft_1-1652756017857.png

Final get:

vluwangmsft_2-1652756041464.png

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

HI  @bsz412 ,

You can achieve this by:

1.create new column:

test = IF('Table'[value]<=0.1,UNICHAR(9650),IF('Table'[value]>0.1&&'Table'[value]<=0.5,UNICHAR(9650)&""&UNICHAR(9650),UNICHAR(9650)&""&UNICHAR(9650)&""&UNICHAR(9650)))

Then set color for it:

COLOR = IF(MAX('Table'[test])<>BLANK(),"Green",BLANK())

vluwangmsft_0-1652756000914.png

vluwangmsft_1-1652756017857.png

Final get:

vluwangmsft_2-1652756041464.png

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

amitchandak
Super User
Super User

@bsz412 , Follow the Star Rating blog and use a different unichar. Also, change logic as per need

https://community.powerbi.com/t5/Quick-Measures-Gallery/Star-Ratings/m-p/166903

https://www.c-sharpcorner.com/article/add-star-rating-in-power-bi-desktop-using-dax-expression/

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.