add_dashboard_filter
Add a filter to a Looker dashboard by specifying the dashboard ID, filter title, and dimension. Optionally set filter type and default value.
Instructions
Add a filter to a dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ID of the dashboard | |
| title | Yes | Filter display title | |
| dimension | Yes | Fully-qualified dimension name (e.g. 'orders.region') | |
| type | No | Filter type: 'field_filter', 'date_filter' | field_filter |
| default_value | No | Default filter value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |