Forum Discussion

Michiel's avatar
Michiel
Resolver III
8 years ago
Solved

Encode a Text field

I'm using an API requiring a token in Base64 encoding, coming from a text string. Playing around with the query editor and M, I've been able to succesfully convert the encoded string back to the ori...
  • v-jiascu-msft's avatar
    8 years ago

    Hi Michiel,

     

    Try the formula below.

    Binary.ToText(Text.ToBinary([Column1]), 0)

    base64

     

    Best Regards,

    Dale