Average
Last updated
Last updated
The Average()
function calculates the average of a list of numbers, date times or duration.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns number, datetime or duration that is the average of the given values
.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Name | Type | Required | Description |
---|---|---|---|
values
list of numbers datetimes or durations.
The list of values for which the average is calculated. The values can be either numbers, datetimes or durations.