Table.SelectRowsWithErrors

Syntax

Table.SelectRowsWithErrors(table as table, optional columns as nullable list) as table

Description

Returns a table with only those rows of the input table that contain an error in at least one of the cells. If a columns list is specified, then only the cells in the specified columns are inspected for errors.

Reference Data

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

Power Query M Functions / Table Functions / Table.SelectRowsWithErrors