Table.RemoveMatchingRows

Syntax

Table.RemoveMatchingRows(table as table, rows as list, optional equationCriteria as any) as table

Description

Removes all occurrences of the specified rows from the table. An optional parameter equationCriteria may be specified to control the comparison between the rows of the table.

Reference Data

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

Power Query M Functions / Table Functions / Table.RemoveMatchingRows