Hello to all! I try to display 2 different symbols in a table depending on a status - here is the small dax function: test status = SWITCH(TRUE();
[Projectstatus] = 0; UNICHAR(9940);
[Pro...
gck02
3 years agoAdvocate I
Hi,
Two years later and the bug is still present. To solve this issue I used your solution sfuhr (adding some characters after the UNICHAR function: https://community.powerbi.com/t5/Desktop/problems-using-switch-function-with-unichar/m-p/631666/highlight/true#M302027)
Thanks for your solution.
Best regards.