balajij8
Esteemed Contributor II

@km1837 

You can start with Workspace Themes - admin level configuration that defines fonts (family, color, size, weight per text category), canvas background, widget styling (border, corner radius, padding), visualization axis/grid colors, and categorical/gradient color palettes including color mappings that assign specific colors to named values across all charts. Every new dashboard inherits this theme automatically, covering the majority of the branding requirements. For the header banner with logos and titles that you use in Power BI, combine Text widgets (rich text with headings, links, inline images, tables) and Image widgets (standalone logos or branded visuals from URLs or Unity Catalog volume paths) placed at the top of each dashboard page. You can also upload custom thumbnail images per dashboard for visual identification in the dashboard listing.

You can build a template dashboard with your workspace theme applied, header widgets positioned and standard layout structure and export it as a json file via the menu (File actions > Export) to create a reusable template. Each time your BI team starts a new dashboard, import that file to get a pre-branded starting point and then swap in the actual datasets and visualizations. Store the template in a Git folder for version control and use DABs to deploy across dev/test/prod environments, giving you a CI/CD workflow comparable to Power BI deployment pipelines. Alternatively, since new dashboards auto-inherit the workspace theme, your team can skip the import step and manually add the header text and logo image widgets letting the theme handle all colors and fonts automatically.

For organizing dashboards by business domain (Operations, Finance, Sales), use workspace folders with folder-level permissions ( /Workspace/Shared/BI-Dashboards/Operations/ ) - so each team sees only their area while sharing the same workspace theme and compute. Layer on Domains, which group dashboards, tables and Genie Agents by business area on the Discover page, giving consumers a browse-by-domain experience. Avoid creating separate Databricks workspaces per business unit unless you have strict regulatory or administrative separation requirements as it adds operational overhead and cost that a central BI team typically does not need.