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...
Nolock
6 years agoResident Rockstar
The general recommendation is always having the current version of Power BI Desktop. Both earlier mentioned scenarios for calculated columns in DAX work in the PBI Desktop March 2020.
Btw. you don't need to use the UNICHAR function with these UNICODE codes, use UNICODE characters instead of it (https://emojipedia.org/)