Forum Discussion

raymondpocher's avatar
raymondpocher
Advocate III
4 years ago
Solved

PowerQuery: remove text string between custom delimiters

Hi community,   I want to achieve something simple but in power query I feel as if I am making way too compley. So after not finding anything on google I turn to you 🙂   Suppose I have loaded UR...
  • CNENFRNL's avatar
    4 years ago
    #"REMOVE" = Table.TransformColumns(#"PREVIOUS_STEP", {{"COLUMN_TO_REPLACE", each Text.Replace(_, Text.BetweenDelimiters(_, "t=", "&"), ""), type text}})