Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contents/docs/data-warehouse/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ When using data warehouse tables in insights, you can use properties from those
classes="rounded"
/>

> **Note:** [Dashboard property filter overrides](/docs/product-analytics/dashboards#dashboard-filters) are not applied to insights that contain data warehouse series. When such an insight appears on a dashboard with property filters, a warning is shown on the insight card. Date range overrides from the dashboard still apply.

## Extended person properties

After setting up a join to the [`persons` table](/docs/data-warehouse/sources/posthog#persons), you can use the extended person properties of the joined table in filters, breakdowns, and more.
Expand Down
2 changes: 2 additions & 0 deletions contents/docs/product-analytics/dashboards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ You could, for example, duplicate a dashboard – click on the '...' menu and cl

Filters can be accessed in SQL insights through the [`filters` variable](/docs/data-warehouse/sql/variables) like `filters.properties` and `filters.breakdown_filter`.

> **Note:** Dashboard property filter overrides are not applied to insights containing [data warehouse series](/docs/data-warehouse/insights). A warning is displayed on the insight card when this happens. Date range overrides still work for all insight types.

## Dashboard options

### Editing the layout
Expand Down
Loading