bulk_set_visual_format
Batch apply visual formatting to multiple Power BI visuals in a single call. Specify page, visual, and format for each item; per-item failures are reported without affecting others.
Instructions
BATCH set_visual_format: apply formatting to MANY visuals in one call. items = JSON array of {page, visual, format:{vcObjects:{card:{prop:value}}, objects:{card:{prop:value}}}} (format takes the exact set_visual_format formatJson shape). One result row per target; per-item failures reported, the rest still apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | JSON array of {page, visual, format:{...}} | |
| reportSessionId | Yes |