Forum Discussion

Zepox's avatar
Zepox
Frequent Visitor
4 years ago
Solved

Adding unicode to a column

Hello all,   I have a quick question about using unicode in power query.   I have customer names with an index for each of the names, now I would like to multiple the customer index with unicode ...
  • BA_Pete's avatar
    4 years ago

    Hi Zepox ,

     

    In Power Query, you can use the following functions, depending on which way you want to do the conversion:

    Character.FromNumber()
    Character.ToNumber()

     

    Pete