MAX is a DAX function that returns the largest numeric value or largest string in a column, or the larger value between two scalar expressions.
Syntax
MAX(
ColumnNameOrScalar1,
Scalar2
)
| Argument | Properties | Description |
|---|---|---|
| ColumnNameOrScalar1 | The column in which you want to find the largest numeric value or largest string, or the first scalar expression to compare. | |
| Scalar2 | Optional | The second number to compare. |