pbi_visuals
Retrieve a list of all visible visuals on the active Power BI page, including title, type, position, size, and error status.
Instructions
List every visible visual on the active page as [{title, type, x, y, width, height, hasError}]. type is a class-token heuristic (barChart, slicer, card, tableEx, pivotTable, donutChart, …; null when unknown); title from the container/descendant aria-label or .visualTitle; hasError reuses the broken-visual scan. Coordinates are getBoundingClientRect() rounded. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||