Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 error - failed to resolve name 'CODE' and intellisense doesn't return it.
So I look it up at - https://docs.microsoft.com/en-us/dax/code-function-dax It has not been withdrawn - anyone got any thoughts on this? I am using March 2020 PBI Desktop version.
Thanks!
Solved! Go to Solution.
@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 ,
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 - 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.