Forum Discussion
Anonymous
6 years agoNot applicable
The CODE() Function - where is it?
I am wondering if I am going mad here...? ๐ Trying to create a calculated column using the CODE() function, but it doesn't seem to exist! FirstCharCode = CODE(Family[GetString]) -- gives me an er...
- 6 years ago
Anonymous ,
Yes. It is not working. But you could try UNICODE()
https://docs.microsoft.com/en-us/dax/unicode-function-dax
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos ๐
nandukrishnavs
6 years agoCommunity Champion
Anonymous ,
Yes. It is not working. But you could try UNICODE()
https://docs.microsoft.com/en-us/dax/unicode-function-dax
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos ๐
Anonymous
6 years agoNot applicable
nandukrishnavs - thanks.
Yes, I was just wondering why the function was still there. Perhaps for backwards compatibility or for another application using DAX.
I've posted on the DAX documentation page to get them to update the page in some way.