CumulativeMax
Calculates the maximum across the values up to and including the current value.
Usage
CumulativeMax(input)
input (required) A column of text, numbers or dates to analyze.
NOTE: Cumulative functions depend on the order of the given column. If you change the sorting you will change the result.