I need to add green down arrow
and red upper arrow
in my dax code. it seems to me there is no UNICHAR
option in here. many thanks in advance.
Dumbell_Change% =
VAR _value = DIVIDE( [Current Week Amt], [Previous Week Amt] ) - 1
VAR _label = FORMAT( _value, "↑0%; ↓0% " )
RETURN _label