Forum Discussion
Change Arrow Assistance
- 2 years ago
Hi Anonymous
The unichar function just returns an icon.For the color you can use Similar dax :
Change Arrow= IF( [Preceding Week Change] >=0 ,"GREEN", "RED" )
* The color can be the word / hexa code
and then modify it from conditional formatting
Result :
Pbix with example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi Anonymous
The unichar function just returns an icon.
For the color you can use Similar dax :
Change Arrow= IF( [Preceding Week Change] >=0 ,"GREEN", "RED" )
* The color can be the word / hexa code
and then modify it from conditional formatting
Result :
Pbix with example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.