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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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/

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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