I have a code as below and i would like to color it in dax code rather then using format visuals in powerbi. is there a way to do that ? many thanks in advance.
diffs =
SWITCH(
TRUE(),
[measure] < 0,
UNICHAR(9660), BLANK())
I have a code as below and i would like to color it in dax code rather then using format visuals in powerbi. is there a way to do that ? many thanks in advance.
diffs =
SWITCH(
TRUE(),
[measure] < 0,
UNICHAR(9660), BLANK())