Filter Bar Overview
The filter bar is a horizontal bar below the dashboard header. It contains:- Labeled dropdown buttons — One for each available filter dimension.
- Reset button — Appears when you modify any filter, allowing you to restore defaults.
- Active filter indicators — Filters with active selections are visually highlighted.
Filter Types
Dashboards can include several types of filters depending on the data:| Filter Type | Description | How It Works |
|---|---|---|
| Multi-Select | Choose one or more values from a list | Checkbox dropdown with search, Select All, and Clear All |
| Single Select | Choose exactly one value | Dropdown with a single selection |
| Text | Free-form text search | Matches partial text, case-insensitive |
| Date Range | Select a start and end date | Date pickers with preset ranges (Last 7 days, Last 30 days, etc.) |
| Number Range | Filter by a numeric range | Min/max inputs |
Using Multi-Select Filters
Multi-select is the most common filter type. To use it:- Click the filter dropdown button to open it.
- Use the search box to find specific values.
- Check or uncheck individual options to include or exclude them.
- Use Select All or Clear All to quickly toggle all options.
- Click Apply to update the dashboard.
Filter options are loaded dynamically from your data. The available values reflect what exists in your organization’s data for that field.
Using Date Range Filters
Date range filters let you scope data to a time window:- Click the date filter to open it.
- Select a preset range (e.g., Last 7 days, Last 30 days) or choose custom dates.
- For custom ranges, pick a start date and end date from the date pickers.
- The dashboard updates to show only data within the selected range.
Cross-Filtering
In addition to the filter bar, you can filter data by clicking directly on chart elements. This is called cross-filtering.- Click a data point in any chart widget — for example, a bar, pie slice, or line point.
- All other widgets on the dashboard update to show only data matching that value.
- A Clear filters indicator appears in the filter bar when a cross-filter is active.
- Click the same data point again, or click Clear filters, to remove the cross-filter.
Resetting Filters
Click the Reset button in the filter bar to restore all filters to their default state. The Reset button only appears when you have modified one or more filters from their defaults. This also clears any active cross-filters.Filter Status Indicators
The filter dropdown button shows the current state at a glance:| State | Display |
|---|---|
| All values selected (default) | Shows All |
| One value selected | Shows the selected value |
| Multiple values selected | Shows N selected (e.g., “3 selected”) |
| No values selected | Shows None — no data will appear |
Fields with null or missing values appear as <null or empty> in the filter dropdown. You can select or deselect these like any other value.
How Filters Affect Data
- Filters are applied to all widgets simultaneously — you cannot filter individual widgets independently.
- Multi-select filters use include logic — only records matching at least one selected value are shown.
- Text filters use partial match with case-insensitive comparison.
- Date and number range filters use between logic — records must fall within the specified range.
- Filters combine with the current view type’s row-level security (RLS). For example, if you are in My Book view, filters only narrow within the accounts already assigned to you.
Related Pages
- Reports Overview — Key concepts, widget types, and data sources
- Creating Dashboards — Build dashboards, add widgets, and configure data sources
- Viewing Dashboards — Navigate dashboards and interact with widgets
- Managing Pinned Dashboards — Pin, unpin, and reorder dashboards (admin only)