The CumulativeAvg function calculates the numerical average of the input column up to and including the current value.
CumulativeAvg([Column])
Function Arguments:
[Column] (required) - The column of numbers to evaluate the cumulative average.
hashtagπCumulative functions depend on the order of the given column. If you change the sorting you will change the result.
Cumulative functions depend on the order of the given column. If you change the sorting you will change the result.
CumulativeAvg([Monthly Revenue])
A table contains the monthly revenue of a store. The CumulativeAvg function can be used to find the average up to and including the current value.
Last updated 10 months ago
Was this helpful?