Common Chart Configuration
When setting up a visualization, you can select how your data should be aggregated. These aggregations define how raw values are summarized and displayed in the chart. The available options include:
Sum โ Adds all numeric values in the column.
Average โ Calculates the arithmetic mean of the values.
First โ Returns the first value in the column based on the dataset order.
Last โ Returns the last value in the column based on the dataset order.
Maximum โ Returns the highest numeric value in the column.
Minimum โ Returns the lowest numeric value in the column.
Count โ Counts the total number of rows.
Count Distinct โ Counts the number of unique values in the column.
No Aggregation โ Displays the raw data without summarizing. Secondary values cannot be aggregated in this mode.
All aggregations are applied per group of dimensions defined in the chart configurationโmost commonly labels or x-axis values, but they can also include other groupings like segments or packs.
Last updated
Was this helpful?