List.Average
Syntax List.Average(list as list, optional precision as nullable number) as any Description Returns the average value for the items in the list, list. The result is given in the same datatype as the values in the list. Only works with number, date, time, datetime, datetimezone… Read More »List.Average