Table.MatchesAnyRows

Syntax

Table.MatchesAnyRows(table as table, condition as function) as logical

Description

Indicates whether any the rows in the table match the given condition. Returns true if any of the rows match, false otherwise.

Reference Data

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

Power Query M Functions / Table Functions / Table.MatchesAnyRows