← Creating Dashboards and Visualizations in Databricks
16% domain · module 2
Parameters and filters (what a date widget actually does)
Starts at 44:21 in this video — SQL Warehouse full course — parameters (44:21)
Parameters are SQL, not decoration
A date widget linked to a bar chart typically injects start/end into the WHERE clause of the dataset query. It is not merely an x-axis range label, and it is not automatically a global filter for every widget unless you configured it that way.
Define, bind, and test parameters: wrong grain + parameter still returns a pretty wrong chart.
Global vs widget filters
Global filters apply to widgets that share the field. Cross-filtering (click a mark) is interactive BI, not a separate product.