Replacer.ReplaceValue
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 values in list and table values respectively.
Replacer.ReplaceValue(value as any, old as any, new as any) as any
| Argument | Description |
|---|---|
| value | The value to make replacements in. |
| old | The old value to replace. |
| new | The new value to replace with. |
Show: