AI/BI Dashboards
Skill: databricks-aibi-dashboards
What You Can Build
Section titled “What You Can Build”AI/BI dashboards turn your Unity Catalog tables into interactive, filterable visualizations — KPI counters, time series charts, breakdowns by dimension, detail tables — deployed to a shareable URL. Ask your AI coding assistant to inspect your table schemas, write and validate the SQL queries, build the dashboard JSON, and deploy it in one shot via the manage_dashboard MCP tool. You get a working dashboard without touching the UI.
Example prompts
Section titled “Example prompts”“Create a sales dashboard from catalog.analytics.daily_sales with revenue KPIs, a weekly trend line, and a region breakdown bar chart”
“Add global filters for date range and department to my existing dashboard, then republish it”
“Build a dashboard from the NYC taxi sample data with trip counts, average fare, and a bar chart of top pickup ZIP codes”
“Show me revenue vs growth rate on a combo chart with bars for revenue and a line for the growth rate”
“Create a choropleth map showing total revenue by US state from our regional sales table”