Databricks Community is the official forum for data engineers, data scientists, data enthusiasts and AI practitioners to ask questions, share knowledge, and collaborate on everything related to Databricks. Members can find answers, share best practices, and support each other in an environment that ensures respectful interactions.
I have a few questions about AI/BI Dashboards: Is there a way to create nested tabs (tabs within tabs), or are dashboards limited to a single level of page navigation? For dashboards with many vis...
Does combo chart have group by color function by specific field (type)? Like Line Chart: the line will perfectly split into multiple lines of different colors, with each line...
Excel suddenly started automatically formatting data (convert everything to text) when loading from the new Azure Databricks Excel plug-in. I can still see my default formatting in the Databricks sid...
I'm trying to implement a percent of total measure in pivot table. I succeeded in creating a measure using the below formula. However, I want this measure to recognize global filter selections.&...
I created an iceberg table within databricks and shared it via delta sharing with token Then I use curl command to access it with iceberg endpoint like this: curl -X GET \ -H "Authorization: Beare...
Hi, I try to embed my dashboard in Databricks Notebook as some_html = """
<iframe
src="...."
width="100%"
height="600"
frameborder="0">
</iframe>
"""
displayHTM...
Hi team, My work involves building dashboards that provide key insights to stakeholders. I am currently using the AI/BI dashboard functionality and seemed to have hit a limitation that I'm h...
Hi all, I’m trying to implement CI/CD for Databricks AI/BI dashboards using Declarative Automation Bundles, following guidance published by Databricks. The documentation recommends exporting dashbo...