Use case: Parameterized multi-tenant reports where URL parameters control data filtering. When users click Reset, parameters clear and the report breaks.
This single feature would enable scalable reporting without maintaining hundreds of report copies.
In Looker, the Reset Filters button is part of the default Explore and dashboard UI and can’t currently be disabled through settings. To prevent users from clearing required parameters, you can design dashboards using only filtered tiles with locked filters, or use Looker Embed with disableResetFilters behavior handled in your embedding code. For strict multi-tenant scenarios, consider applying user attributes or access filters at the model level so data security and filtering persist regardless of UI actions. You may also want to submit this as a feature request via the Looker Ideas Portal so the product team can evaluate adding a toggle in dashboard settings.