Cluster aggregate average values This sample shows how to calculate an aggregate value over values in a cluster. To get an average value of an aggregate you must calculate the sum as an aggregate and then when you access this value, divide it by the number of points in the cluster. The average can be calculate in a data-driven style expression or by directly accessing the properties on a cluster.