pbi_add_visual_from_intent
Plan and create a Power BI visual from a business intent specification, with optional dry-run validation.
Instructions
Plan a visual from a business-intent spec, then build it.
Same intent schema as pbi_plan_visual_tool. The chosen visual is
created through the generic dispatcher, so all field validation and
binding logic applies. dry_run=True plans and validates without
writing the layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| page | Yes | ||
| title | No | ||
| width | No | ||
| height | No | ||
| intent | Yes | ||
| dry_run | No | ||
| extract_folder | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |