From 27c7f6c96bcb26c0ad8acd428b4f838e49d70b07 Mon Sep 17 00:00:00 2001
From: Natalie <nat@metabase.com>
Date: Mon, 19 Jun 2023 14:24:47 -0400
Subject: [PATCH] add note about filter view (#31533)

---
 docs/dashboards/filters.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/dashboards/filters.md b/docs/dashboards/filters.md
index fd41937a444..350f7d394c1 100644
--- a/docs/dashboards/filters.md
+++ b/docs/dashboards/filters.md
@@ -152,6 +152,8 @@ A multi-select filter with the widget type [Dropdown list](#dropdown-list) or [S
 
 Once you’ve added a filter to your dashboard, just click on the filter widget to select a value and activate the filter. To stop filtering, just click the blue X.
 
+Your active filter will only apply to your view of the dashboard. If someone else is viewing the same dashboard link at the same time, they won't see your filter.
+
 ![Using a filter](./images/use-filter.png)
 
 You can also set up a dashboard question to [update a filter on click](./interactive.md#use-a-chart-to-filter-a-dashboard).
-- 
GitLab