Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe 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
Hi,
I would like to use icons as conditional formatting, and the request I got is to differentiate between growth ranges:
for 0-10% :
10-50%:
50%-
and same logic for negative numbers with the red triangle pointing down.
I found these icons in conditional formatting:
Can you please help me how to create this conditional formatting?
thank you!
Solved! Go to Solution.
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())
Final get:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
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())
Final get:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
@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/
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 39 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |