pbi_goto_page
Navigate to a specific Power BI report page by exact name, with optional wait for canvas rendering.
Instructions
Navigate to a page by EXACT name. Returns as soon as the tab switches (the canvas may still be rendering — use pbi_wait_for before reading values); waitReady:true blocks until visuals are painted. On not-found returns closest candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact page display name | |
| waitReady | No | Wait (up to 30s) for the canvas to paint visuals before returning; default false |