Forum Discussion
EmilePl
2 years agoFrequent Visitor
Issue with unichar
Hi I'm having a really weird issue when i try to return a unichar character from an if-function or a switch. I recreated the problem in a new powerbi report. I want to return ✅ when the value ...
amitchandak
2 years agoSuper User
EmilePl , I tried on latest version of power bi and it works for me
example code
Column 2 = if( [Category Id] < 3 , UNICHAR(9989), UNICHAR(10060))
- EmilePl2 years agoFrequent Visitor
Hi amitchandak
Thanks for your reply!
I think i am on the latest version as well?Last version i can find here is 2.121.903.0, somehow i am on 2.121.942.0