GitHub user anandita0102 created a discussion: Any way to navigate from Dashboard A to Dashboard B other than Markdown in Superset 6.0.0?
Hi everyone, I'm using Apache Superset **6.0.0** (self-hosted) and I'm looking for ways to navigate from one dashboard to another. I've already tried the **Markdown component method** — adding a Markdown chart with a hyperlink to the target dashboard URL — and it works fine. But I'd like to explore if there are any other built-in or recommended approaches available in 6.0.0. **What I've already tried:** - ✅ Markdown component with a static hyperlink to Dashboard B — works, but it's not interactive or context-aware <img width="962" height="466" alt="image" src="https://github.com/user-attachments/assets/62a6e8ca-3464-4c44-9995-b951d9f55e3c" /> **What I'm looking for:** 1. Any chart-level interaction (click, right-click context menu) that can redirect a user to another dashboard 2. A way to pass filter context from Dashboard A to Dashboard B via URL parameters or permalinks 3. Any native feature or feature flag in 6.0.0 that supports dashboard-to-dashboard navigation **What I've looked into but am unsure about:** - `DRILL_BY` and `DRILL_TO_DETAIL` feature flags — these seem to open modals rather than navigate to another dashboard - Permalink / filter state API (`POST /api/v1/dashboard/<id>/filter_state`) — can this be used to construct a link from Dashboard A that opens Dashboard B with pre-applied filters? - Cross-filtering — appears to only work within the same dashboard, not across dashboards I have searched existing discussions and didn't find a solution specific to version 6.0.0. Any guidance, examples, or pointers to relevant PRs would be really helpful! Thanks in advance GitHub link: https://github.com/apache/superset/discussions/40514 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
