cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to not make tab headers show when embedding dashboard

amekojc
New Contributor II

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.

1 REPLY 1

mukul1409
Contributor II

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.

Mukul Chauhan