add_nav_button
Add a navigation button to a Power BI page that jumps to a target page, enabling multi-page navigation. Compose buttons into a nav bar or sidebar for report navigation.
Instructions
Add a navigation button that jumps to another page (multi-page navigation). Structure matched to Power BI ground truth. Compose several into a nav bar/sidebar. targetPage = the destination page name or displayName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| text | Yes | button label | |
| width | No | ||
| height | No | ||
| pageName | Yes | ||
| fillColor | No | button fill hex | #16365C |
| textColor | No | button text hex | #FFFFFF |
| targetPage | Yes | destination page (name or displayName) | |
| reportSessionId | Yes |