Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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?
 
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