Aggregation
Calculate aggregations such as sums, averages, or unique values.
You can use aggregations in the insight editor to summarize your data — for example, to count how many cities belong to each country or to calculate the average value per region.
To do this, add a column and select an aggregation such as count, sum, or average. All columns without aggregation are automatically used to group the data.
You can combine multiple aggregations in the same table, rename columns for better readability, and even filter based on the result of an aggregation (e.g., "show only countries with more than 450 cities").
It's a quick way to transform detailed datasets into easily readable summaries.
Creating aggregations
Sometimes you don't want to look at every data row. Instead, you want to see a summary — such as:
The total number of customers
The average age
The earliest subscription date
The number of cities per country
In the insight editor, you can do this with aggregations.
How it works
To summarize your data:
Add a column.
Click the three dots (•••) next to the column.
Select an aggregation function (such as count, average, sum, etc.).
Rename the column if desired.
Automatic Grouping
When you apply an aggregation to one column and don't aggregate another, the non-aggregated column becomes the group. For example:
If you group by
Country
and countCity
, you get "How many cities per country".
Examples
Available Aggregation Options
Tips for working with aggregations
You can combine multiple aggregations in a table.
Rename aggregated columns to make the table more readable.
Use filters to restrict which rows are counted or averaged.
You can remove a grouping column later if you only want a total sum.
Zuletzt aktualisiert
War das hilfreich?