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
Decision gist · record as of 2026-07-22
Power BI Pages adds, removes, and reorders pages in PBIR reports through pbi-cli commands. 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.
Use it when
- Yes, Power BI Pages supports removing pages from your reports via the command line.
- Power BI Pages lets you configure page layout and sizing settings including canvas dimensions (such as 1920×1080), background colors.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
julianobarbosa/claude-code-skills/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 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)
File tree — 1 file
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 reorder 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
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 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.
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 Filters lets you add, remove, and manage filters at the page and visual level on PBIR reports without needing Power BI Desktop. Use categorical filters to include or exclude values, TopN filters to show top or bottom ranked items, and relative date filters for rolling time windows. Batch multiple filter changes with --no-sync for efficiency.
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.
Create and manage visuals directly on PBIR report pages without Power BI Desktop. Add charts, cards, KPIs, gauges, tables, and matrices; bind them to your data model using Table[Column] notation; and perform bulk operations across multiple visuals by type or name pattern.
More skills Power BI Filters (MIT) · Pbir Format (GPL-3.0) · Pbir Cli (GPL-3.0) · Power BI Custom Visuals (MIT)