bulk_bind_visuals
Rebind many Power BI visuals in one batch call, isolating failures per visual so partial results are reported instead of aborting the whole operation.
Instructions
BATCH set_visual_fields: rebind MANY visuals in one call instead of one round-trip each. items = JSON array of {page, visual, bindings:[{role,table,field,kind}, ...]}. One result row per target; a failing item never aborts the rest (partial failure is reported per item, never silently all-or-nothing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | JSON array of {page, visual, bindings:[{role,table,field,kind}]} | |
| reportSessionId | Yes |