Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Replace value with new value containing a superscript

Hello, In Power Query how can I replace a value with a new value containing a superscript.  I need to replace oldName with  newName+  where the + is a superscript. Thanks,
  • PwerQueryKees's avatar
    1 year ago

    Before:

     

    After

    With the formula:

    = Table.ReplaceValue(#"Changed Type","+", Character.FromNumber(0x207A),Replacer.ReplaceText,{"Value"})

     

    Did I answer your question? Then please mark my post as the solution and make it easier to find for others having a similar problem.
    If I helped you, please click on the Thumbs Up to give Kudos.

     

    Kees Stolker

    A big fan of Power Query and Excel