get_visual_format
Retrieve the current formatting details of a Power BI visual, including type, position, style properties, and field bindings, to review before making changes.
Instructions
Read the DECODED, simplified current formatting of one visual (READ-ONLY). Returns its type, position {x,y,w,h}, the decoded vcObjects {object:{property:value}} (container: title, background, border, ...), the decoded objects {object:{property:value}} (visual-specific: labels, legend, categoryAxis, ...) and its field bindings. Use this to inspect before set_visual_format. page/visual resolve by name or displayName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| visual | Yes | visual name or displayName | |
| reportSessionId | Yes |