Group By
Groups rows and calculate aggregation functions
Last updated
Groups rows and calculate aggregation functions
Last updated
The Group By Node allows you to easily group your data by one or more columns and perform various aggregate functions such as sum, average, or count. This functionality is crucial for generating summarized views of your data and is often a vital step before further analysis or visualization.
Select a column to group by. To choose multiple columns, click the "+ Then group by" link and select another one. Additionally, you can tailor the sorting order for each column individually.
Select columns to perform aggregation. You can select multiple columns with the "+ Add value" link.
There are two options for creating aggregations:
Predefined aggregation functions. Follow these steps:
Select the column you want to use as a basis for the aggregation.
Choose an aggregation function from the list.
Custom Formula. Enable the "Custom Formula" toggle to use a custom formula. With this option, you can define any custom expression that should return an aggregation function.
Read more about the available aggregation functions .