
Explanation:
The question asks what must be completed before adding data visualizations and counters to a Databricks SQL dashboard. Option D is correct because in Databricks SQL, the dashboard owner must also own the underlying queries, visualizations, and counters to ensure proper access control and functionality. This is a fundamental requirement for dashboard creation. Option A is incorrect because visualizations and counters can be created from existing queries, not necessarily requiring new queries. Option B is incorrect because while a SQL warehouse is needed to run queries, it doesn't need to be specifically selected before adding visualizations. Option C is incorrect because adding a markdown tile for the dashboard name is optional and not a prerequisite for adding data visualizations and counters. The community discussion shows 100% consensus on D, with the comment noting it's the only logical choice after eliminating incorrect options.
Ultimate access to all questions.
No comments yet.
Before adding data visualizations and counters to a Databricks SQL dashboard, what must be completed first?
A
All data visualizations and counters must be created using Queries.
B
A SQL warehouse (formerly known as SQL endpoint) must be turned on and selected.
C
A markdown-based tile must be added to the top of the dashboard displaying the dashboard’s name.
D
The dashboard owner must also be the owner of the queries, data visualizations, and counters.