Text.Clean
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.
Returns the original text value with non-printable characters removed.
Text.Clean(string as nullable text) as nullable text
| Argument | Description |
|---|---|
| string | The string to parse. |
Show: