Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Base Conversions in Power BI

Hi All,

 

Not able to find anything online on this topic.

 

I need to convert a integer from base 10 to base 36.
In excel we have a very helpfull function called "base"
So number "123456" in base 36 with a 5 char representation is "02N9C" =BASE(123456,36,5)  in excel.

How can I do the same conversion in Power BI?

Thanks in advance!