AGGREGATE
The AGGREGATE formula performs a specific aggregation like min/max/avg/sum on a measure over a specified time range.
Syntax
Arguments
measure– The measure to sum. Required.
startDate – Start date of the range. Required.
endDate- End date of the range. Required.
aggregationType - Aggregation method like AVG/SUM/MIN/MAX/MEDIAN. Required.
Return value
Returns the custom aggregation applied on the measure over the specified date range.
Example
The AGGREGATE function has been used to find the minimum sales 3 months prior to each month in the report.
Last updated
Was this helpful?