Power BI Pages
Manage pages and bookmarks in Power BI reports through command-line operations. Add or delete pages with custom dimensions, control visibility, set backgrounds, and organize page order—all without opening Power BI Desktop. Bookmarks capture page-level state for quick navigation.
Power BI Pages lets you add, remove, and reorganize report pages using pbi-cli without needing Power BI Desktop.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
Power BI Pages lets you add, remove, and reorganize report pages using pbi-cli without needing Power BI Desktop. Manage pages and bookmarks in Power BI reports through command-line operations. Add or delete pages with custom dimensions, control visibility, set backgrounds, and organize page order—all without opening Power BI Desktop. Bookmarks capture page-level state for quick navigation.
Use it when
- Yes, Power BI Pages supports removing pages from PBIR reports through CLI commands.
- Power BI Pages allows you to configure page layout with custom dimensions—including standard sizes like 1920x1080 and 16:9 aspect ratios.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
MinaSaad1/pbi-cli/power-bi-pages · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add a new page to a Power BI report?
Power BI Pages lets you add new pages to your report programmatically via command-line operations. You can specify custom dimensions for each page you create, organizing them in your desired order without opening Power BI Desktop. This streamlines report structure management and enables batch page creation workflows.
Can I delete a page from a Power BI PBIR file?
Yes, Power BI Pages supports removing pages from PBIR reports through CLI commands. You can delete individual pages or batch-remove multiple pages, then reorganize the remaining page order as needed. All changes are applied directly to your report file without requiring Desktop.
What page layout and sizing options does Power BI Pages support?
Power BI Pages allows you to configure page layout with custom dimensions—including standard sizes like 1920x1080 and 16:9 aspect ratios. You can also manage page properties such as background color, visibility, and canvas sizing to match your design requirements and organizational standards.
How do I hide or show pages in Power BI navigation?
Power BI Pages enables you to control page visibility directly through command-line operations. You can hide or show pages in report navigation, manage page properties like background and layout, and organize page order—all without opening Power BI Desktop or using the UI.
How do Power BI bookmarks capture and restore page state?
Power BI Pages lets you create and manage bookmarks that capture page-level state for quick navigation. Bookmarks record the current page configuration, allowing you to restore specific page states and provide users with predefined navigation points across your report.
What is drillthrough page configuration in Power BI Pages?
Power BI Pages supports setting up drillthrough pages with parameter bindings, enabling users to navigate from one page to another while passing filtered context. You configure page binding and parameter mappings through CLI commands to create seamless cross-page navigation flows.
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)
File tree — 1 file
src/pbi_cli/skills/power-bi-pages/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Add, remove, or reorganize pages in Power BI reports”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
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 Report lets you build PBIR projects from the ground up using pbi-cli, handling scaffolding, validation, live preview, and Desktop sync. Work with the folder-based JSON structure directly—no Desktop connection required for most tasks.
Power BI Report scaffolds and manages PBIR projects from the command line using pbi-cli, handling folder structure creation, JSON validation, and live HTML preview. It integrates with Power BI Desktop to reload reports and supports batch operations with optional sync suppression.
Create bespoke Power BI visuals by describing what you need in plain language. The skill scaffolds a TypeScript project, guides you through the edit-validate loop with real-time error feedback, and packages your work into a .pbiviz file ready to import into your report.
Power BI Visuals enables you to create, bind, and manage 32+ visual types on PBIR report pages directly via pbi-cli, without needing Power BI Desktop. Supported visuals include bar charts, line charts, scatter plots, matrices, KPIs, gauges, and more, each configurable with custom positioning, sizing, and data binding. Bulk operations let you apply changes across multiple visuals at once by type or name pattern.
Control which data appears on your Power BI report pages and visuals by adding categorical, TopN, and relative date filters through pbi-cli commands. Filters are stored directly in your report's configuration without requiring Power BI Desktop, and you can batch changes to minimize reloads.
More skills Power BI DAX (MIT) · power-bi-filters (MIT) · power-bi-visuals (MIT) · Pbir Format (GPL-3.0) · Power BI Themes (MIT)