Table.ReplaceErrorValues

Syntax

Table.ReplaceErrorValues(table as table, errorReplacement as list) as table

Description

Replaces the error values in the specified columns of the table with the new values in the errorReplacement list. The format of the list is {{column1, value1}, …}. There may only be one replacement value per column, specifying the column more than once will result in an error.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Table Functions / Table.ReplaceErrorValues