Databricks Dashboard ,passing Prompt Values from one page to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 11:22 AM
HI Guys,
I have a dashboard with main page where I have a base query and added a date time range widget and linked it to filter the base query ,
Now I have a Page 2 where i use a a different sumamrized query as a source , base query2 . I need this query 2 to use the filter values from page 1 , is it possible to do it in databricks , I am only able to work it by adding a seperate parameter for query 2 and adding a new widget.
I have data from different sources so I need to reuse the time data range across all pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 06:30 AM
Hi @Mani2105, I guess currently, Databricks dashboards don’t support sharing widget parameters like date range filters across pages. Each page is isolated, so filters must be recreated manually per page. Manual configuration remains the only way to maintain consistency across pages.