skillfed

power-bi-pages

Power BI Pages lets you create, delete, and arrange report pages via command line, setting canvas dimensions, backgrounds, and visibility without opening Power BI Desktop. Manage bookmarks that preserve page state, and inspect drillthrough page configuration.

Power BI Pages adds, removes, and reorders pages in PBIR reports through pbi-cli commands.

AI-generated summary based on this skill's SKILL.md

5 0 MIT updated by julianobarbosa

Install

julianobarbosa/claude-code-skills/power-bi-pages · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/julianobarbosa/claude-code-skills
cp -r claude-code-skills/skills/power-bi-pages ~/.claude/skills/power-bi-pages

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I add a new page to my Power BI report?

Power BI Pages enables you to add new pages to your report through command-line operations. You can create pages programmatically without opening Power BI Desktop, then configure their properties like size, background, and visibility as needed. This automation is especially useful when managing multiple pages or integrating page creation into CI/CD workflows.

Can Power BI Pages delete or remove pages from reports?

Yes, Power BI Pages supports removing pages from your reports via the command line. You can delete unwanted pages and reorder the remaining ones to control the sequence users see when navigating your report. This lets you maintain clean report structures without manual Desktop edits.

What page layout and sizing options does Power BI Pages provide?

Power BI Pages lets you configure page layout and sizing settings including canvas dimensions (such as 1920×1080), background colors, and mobile layout options. You can set these properties programmatically for individual pages or batch-configure multiple pages using pbi-cli automation, all without opening Power BI Desktop.

How do I create and manage bookmarks to capture page state?

Power BI Pages supports creating and managing bookmarks that preserve the state of your report pages. Bookmarks capture the current configuration and visual state, allowing you to save snapshots of page layouts and settings for later retrieval or comparison.

What is drillthrough page configuration in Power BI Pages?

Power BI Pages enables you to set up drillthrough pages with parameter bindings, allowing users to navigate from one page to another while passing filtered data. You can configure which pages act as drillthrough targets and define how parameters flow between pages through the command line.

Can Power BI Pages hide or show pages in report navigation?

Yes, Power BI Pages lets you control page visibility settings, including hiding or showing pages in the navigation pane. You can manage which pages appear to end users and adjust visibility without opening Power BI Desktop, giving you fine-grained control over report structure and user experience.

SKILL.md

rendered from the published skill — quoted content, verbatim

Power BI Pages Skill

Manage pages in PBIR reports. Pages are folders inside definition/pages/ containing a page.json file and a visuals/ directory. No Power BI Desktop connection is needed.

Listing and Inspecting Pages

# List all pages with display names, order, and visibility
pbi report list-pages

# Get full details of a specific page
pbi report get-page page_abc123

get-page returns: - name, display_name, ordinal (sort order) - width, height (canvas size in pixels) - display_option (e.g. "FitToPage") -

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/power-bi-pages/SKILL.md

Related skills

Tags

report-structure page-management bookmark-state drillthrough-config canvas-sizing navigation-control batch-operations cli-automation visual-layout report-organization