MIN Returns the smallest value in a column, or between two scalar expressions.
Syntax
MIN(column)
Parameters
column – The column in which you want to find the smallest value.
expression – Any DAX expression which returns a single value.
Return Value
The smallest value.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference