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...
JoaoMS
6 years agoHelper III
Hi, it worked with the UNICODE icons!
Thanks