Syntax
Table.IsDistinct(table as table, optional comparisonCriteria as any) as logical
Description
Indicates whether the table contains only distinct rows (no duplicates). Returns true if the rows are distinct, false otherwise. An optional parameter, comparisonCriteria, specifies which columns of the table are tested for duplication. If comparisonCriteria is not specified, all columns are tested.
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference