Filters
Limit the data you want to analyze.
Use filters to refine your data, focus on specific cases, or highlight key insights. To apply a filter on summaries, choose a column, select an aggregation (optional) (e.g., count or average), and set a condition. You can hide the column used for filtering, and the filter will remain effective. Filters help you narrow your data to what you need precisely. You can filter individual rows (like "city equals Berlin") or apply filters based on summaries (like "show only countries with more than 450 cities").
Applying filters
Filters are essential tools for refining datasets to the precise information required. The insight editor features a dynamic filtering system that adjusts according to the data type of each column, offering context-sensitive options for data splitting
How Filters Work
A filter consists of three parts:
Column – the field you want to filter (like "City" or "Age").
Filter type – how the data should be checked (like "equals" or "greater than").
Value – what to look for (like "Berlin" or "30").
You can add multiple filters at once. All filters work together — this means a row must match all filters to be displayed.
Filter Options
Filtering on aggregated values
Sometimes you don't want to filter individual data rows — instead, you want to filter based on a summary like a sum or an average.
For example:
"I only want to see countries if they have more than 450 cities."
To do this in the insight editor, use aggregation filters. Here's how it works.
How it Works Step by Step
Let's say you're working with customer data. You want to see:
Each country
How many customers they have
But only if that country has more than 450 cities in the data.
Here's how:
Select the columns you want to use.
In the Columns section, add:
Country
(no aggregation)City
→ Aggregation:Count of unique values
Customer ID
→ Aggregation:Count of unique values
You'll now see a table like this:
Korea
812
9,320
Congo
829
8,750
Saint Martin
451
5,320
France
300
6,700
Add a filter for the aggregated column.
In the Filters section:
Select
City
Set the aggregation:
Count of unique values
Condition:
greater than 450
This keeps only the countries that have more than 450 unique cities in the data.
Your table now looks like this:
Korea
812
9,320
Congo
829
8,750
Saint Martin
451
5,320
Remove the column used for filtering. (optional)
If you don't want to show the "Number of Cities" column in the table anymore, simply remove it in the Columns section. Don't worry — the filter will still work!
Now the table will look like this:
Korea
9,320
Congo
8,750
Saint Martin
5,320
You still only see countries with more than 450 cities — you're just hiding the column with the city count.
How to remove filters
To remove a filter, click the small X next to it.
Tips for Working with Filters
You can add more than one filter. For example: only show people from Berlin and over 60 years old.
If you only want to show rows with filled values, use
is not empty
.Use
contains
when you're not sure of the exact value (like searching for "heim" to find "Mannheim", "Heimfeld", etc.).Empty values and "null" mean there's no data in that field.
Zuletzt aktualisiert
War das hilfreich?