Replacer.ReplaceText

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

This function be provided to List.ReplaceValue or Table.ReplaceValue to do replace of text values in list and table values respectively.

Replacer.ReplaceText (text as nullable text, old as text, new as text) as nullable text  

ArgumentDescription
textThe text value to make the replacement in.
oldThe old value to replace.
newThe new value to replace with.
Show: