Replacer functions
Replacer functions functions for Power Query M language.
Functions
Function | Description |
---|---|
Replacer.ReplaceText | Substitute the outdated text with the updated text using the replacer function. This function is compatible with List.ReplaceValue and Table.ReplaceValue. |
Replacer.ReplaceValue | The replacer function replaces the original value with the new value. It is suitable for use in List.ReplaceValue and Table.ReplaceValue functions. |