Forum Discussion
Display value as icon
- 5 years ago
admin_xlsior
You can create a Measure and use under option Field Value in the Conditional Formatting window:Flag = VAR __Value = SELECTEDVALUE(Table1[% Value] ) return SWITCH( TRUE(), __Value > 1 , "GREEN", __Value = 0 , "YELLOW", __Value < 1 , "RED" )________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply š
- 5 years ago
admin_xlsior , You can create a color measure or icon measures.
For Icon Formatting refer
https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
admin_xlsior
You can create a Measure and use under option Field Value in the Conditional Formatting window:
Flag =
VAR __Value = SELECTEDVALUE(Table1[% Value] ) return
SWITCH(
TRUE(),
__Value > 1 , "GREEN",
__Value = 0 , "YELLOW",
__Value < 1 , "RED"
)________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply š
- admin_xlsior5 years agoPost Prodigy
Hi Fowmy
Thank you, but what if I want to have an icon on the right of the value ? and leave the value as it is, with no color, so only the icon have color.
rgds,