Min (MDX)
Returns the min value of the specified set expression.
Parameters
Name | Type | Cardinality | Default value |
set-expression | one | ||
value-expression | zero-one |
Return
value
Description
The min function calculates the min value of the non-empty cells.
1) A value expression is specified.
When the value expression is specified, the measure is evaluated over the set and its min value is returned.
2) A value expression is not specified.
If a value expression is not specified, the measure is taken from the current context.
See Also
Avg Max Median Percentile Sum Vector
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.