From b5f4ade022fcfba921cbfd0cabfc276f0946c8db Mon Sep 17 00:00:00 2001 From: "inkeep[bot]" <257615677+inkeep[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:26:51 +0000 Subject: [PATCH] docs(dashboards): document "Ignore dashboard filters" tile option Adds documentation for the new per-tile "Ignore dashboard filters" switch introduced in PostHog/posthog#72720. Covers how to enable it, what it affects, and the visual indicator shown on excluded tiles. --- contents/docs/product-analytics/dashboards.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contents/docs/product-analytics/dashboards.mdx b/contents/docs/product-analytics/dashboards.mdx index d47990a2df4c..4511434829e4 100644 --- a/contents/docs/product-analytics/dashboards.mdx +++ b/contents/docs/product-analytics/dashboards.mdx @@ -137,6 +137,18 @@ Individual tiles (insights) can have their own filters and date ranges configure The insight card displays a warning when tile filters are merging with or overriding dashboard filters. +### Ignoring dashboard filters entirely + +If you need a tile to completely ignore all dashboard filters, enable the **Ignore dashboard filters** switch in the tile's filter override modal: + +1. Click the **⋯** menu on the insight card. +2. Select **Override tile filters**. +3. Toggle **Ignore dashboard filters** on. + +When enabled, the tile uses only its own configured filters and ignores the dashboard's date range, properties, breakdown, interval, and test account filter. The tile's own filter overrides still apply, and [dashboard variables](/docs/data-warehouse/sql/variables) continue to work. + +Tiles ignoring dashboard filters display an **Ignores dashboard filters** indicator in the card heading. + ## Dashboard options ### Editing the layout