CumulativeCount
Counts the number of non-null values up and including to the current value.
Usage
CumulativeCount(field)
field (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.