Update Visual Bindings
pbir_update_visual_bindingsUpdates an existing visual's data bindings by replacing its query state with new bucket-to-field mappings. Supports shorthand like 'Table[Column]' for columns, measures, or aggregations.
Instructions
Update the data bindings of an existing visual. Replaces the query state entirely. Supports Table[Column] shorthand: use { "field": "Sales[Net Price]", "type": "measure" } as an alternative to separate entity/property fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The page ID | |
| bindings | Yes | New data bindings | |
| visualId | Yes | The visual ID | |
| autoFilters | No | ||
| strictBindings | No | Binding validation: true=strict (default, fail on unknown field), false=warn (proceed with warnings). Omit for env default. |