Discover Replacer Functions in Power Query M Language, essential for replacing data elements for your data transformations. This page provides a comprehensive list and descriptions of Replacer Functions available in the M Language.
Replacer Functions
Function | Description | Input | Output |
---|---|---|---|
Replacer.ReplaceText | Replaces text within the provided input. | Text | Text |
Replacer.ReplaceValue | Replaces values within the provided input. | Any | Any |
