CumulativeMin
The CumulativeMin function identifies the minimum value of a column up to and including the current row value.
Syntax
Function Arguments:
Cumulative functions depend on the order of the referenced column. When you change the column’s sort order, the function output may change.
Example
A table contains the monthly sales for a store. The CumulativeMin function can be used to find the minimum monthly sales amount up to and including the current month.

(No changes were needed as the content was already valid MDX.)

