Table.Min

Syntax

Table.Min(table as table, comparisonCriteria as any, optional default as any) as any

Description

Returns the smallest row in the table, given the comparisonCriteria. If the table is empty, the optional default value is returned.

Reference Data

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

Power Query M Functions / Table Functions / Table.Min