How to not make tab headers show when embedding dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2025 08:55 AM - edited 12-31-2025 08:55 AM
When embedding the AI BI dashboard, is there a way to not make the tabs show and instead use our own UI tab to navigate the tabs?
Currently, there are two tab headers - one in the databricks dashboard and then another tab section in our embedding webpage, so we'd like to only keep one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2026 12:11 AM
Hi @amekojc
At the moment, Databricks AI BI Dashboards do not support hiding or disabling the native dashboard tabs when embedding. The embedded dashboard always renders with its own tab headers, and there is no configuration or API to control tab visibility or drive tab navigation externally from a custom UI. Because of this, it is not currently possible to replace Databricks dashboard tabs with your own UI tabs while keeping a single embedded dashboard instance. The usual workaround is to either design the dashboard with a single tab and handle navigation entirely in your application, or embed separate dashboards or views per tab and switch between them at the application level. This is a current product limitation rather than a configuration issue.