Create Page
pbir_create_pageAdd new pages to Power BI reports with support for standard, tooltip, and drillthrough types. Configure dimensions, display name, and drillthrough fields for targeted filtering.
Instructions
Create a new page in the report. Supports standard, tooltip, and drillthrough page types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Page type — tooltip pages are small overlay pages (320x240) hidden from nav | standard |
| width | No | Page width (default 1280, or 320 for tooltip) | |
| height | No | Page height (default 720, or 240 for tooltip) | |
| displayName | Yes | Display name for the page | |
| drillthrough | No | Drillthrough field — makes this a drillthrough page filtered by this field | |
| displayOption | No | Display option (default FitToPage, or ActualSize for tooltip) |