Forum Discussion
Anonymous
7 years agoNot applicable
Replacing Letters with Accents
Hi, I have two lists of names that I want to merge. One list used their names with accents (like é) and the other doesn't. Since having the proper names with the accents isn't super important, I ...
- 7 years ago
Hey Sean,
probably it is more complicated and I just don't get it because of languages reasons: I would just use the "Replace Values..." in the power bi "edit queries mode". Just right click on "René" > Replace Values. You can even choose columns and just replace é to e.
BR
Anonymous
4 years agoNot applicable
Please try this: https://stackoverflow.com/q/71969831/6165594
= (textToConvert) =>
let
textBinary = Text.ToBinary (textToConvert, 1251 ),
textASCII = Text.FromBinary(textBinary , TextEncoding.Ascii)
in
textASCII
DanielCooper
2 years agoRegular Visitor
Hello Denis,
I was hoping you'd be able to help me
Is there a different version of encoding I can use to help me convert the below:
From: Rvt Tekstil Konfeksiyon Sanayi Ve Dış Ticaret Ltd Şti
To: Rvt Tekstil Konfeksiyon Sanayi Ve Dış Ticaret Ltd Şti
The target language is Turkish
Any help you can offer would be greatly appreciated
Thank you,
Daniel