Skip to main content
Every dashboard includes a filter bar that lets you narrow down the data displayed across all widgets. Filters are applied globally to the dashboard — changing a filter updates every widget at once.

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 TypeDescriptionHow It Works
Multi-SelectChoose one or more values from a listCheckbox dropdown with search, Select All, and Clear All
Single SelectChoose exactly one valueDropdown with a single selection
TextFree-form text searchMatches partial text, case-insensitive
Date RangeSelect a start and end dateDate pickers with preset ranges (Last 7 days, Last 30 days, etc.)
Number RangeFilter by a numeric rangeMin/max inputs

Using Multi-Select Filters

Multi-select is the most common filter type. To use it:
  1. Click the filter dropdown button to open it.
  2. Use the search box to find specific values.
  3. Check or uncheck individual options to include or exclude them.
  4. Use Select All or Clear All to quickly toggle all options.
  5. 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:
  1. Click the date filter to open it.
  2. Select a preset range (e.g., Last 7 days, Last 30 days) or choose custom dates.
  3. For custom ranges, pick a start date and end date from the date pickers.
  4. 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.
  1. Click a data point in any chart widget — for example, a bar, pie slice, or line point.
  2. All other widgets on the dashboard update to show only data matching that value.
  3. A Clear filters indicator appears in the filter bar when a cross-filter is active.
  4. Click the same data point again, or click Clear filters, to remove the cross-filter.
Cross-filtering works with bar charts, line charts, area charts, and pie charts. It combines with any active dashboard filters — the cross-filter narrows the data further within the current filter state.

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:
StateDisplay
All values selected (default)Shows All
One value selectedShows the selected value
Multiple values selectedShows N selected (e.g., “3 selected”)
No values selectedShows 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.