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
| Argument | Description |
|---|---|
| text | The text value to make the replacement in. |
| old | The old value to replace. |
| new | The new value to replace with. |
Show: