Forum Discussion
Anonymous
7 years agoNot applicable
Using new feature - icons
Hi All!
I like this new icon feature.
Therefore I've a question, I've created myself a measure to base conditional formatting on field:
_M_Icon_OutstandingLeaveDaysByEmployee =
SWITCH(
TRUE(),
[_M_OutstandingLeaveDaysByEmployee] = 2, "StarMediumLight")
It works, but I've a question...where can I find codes for other icons in power bi? Like this green/yellow/red circles etc?
I found "StarMediumLight" with the help of https://community.powerbi.com/t5/Desktop/Icons-Color-formatting/m-p/747856#M360474
But this is not the case. I need other codes :( for these:
For colors it's easy, you can take it's #number.
Cheers!
Michal
Is this what you're after?
3 Replies
- GordonliljSolution Sage
Is this what you're after?
- AnonymousNot applicable
Yes!
Excatly!
Could you guide me how you did this? So I can learn and know for future reference :)
Cheers!Michal
- GordonliljSolution Sage
It comes from the post below