sfuhr's avatar
sfuhr
Frequent Visitor
7 years ago
Status:
New

Bug using switch() function with unichar()

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...