pbir-add-page

Adds new pages to Power BI reports via YAML or by cloning existing pages.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rbutinar/ade-ops --skill pbir-add-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbir-add-page
Source: https://github.com/rbutinar/ade-ops/tree/main/.agents/skills/pbir-add-page
Command: npx skills add https://github.com/rbutinar/ade-ops --skill pbir-add-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill resolves the problem of adding new pages to existing Power BI reports without manual adjustments.

Core Features & Use Cases

  • Page Addition: Add new pages to existing Power BI report folders.
  • Modes: Supports 'spec build' for defining a page via YAML and 'clone from existing page' for duplicating an existing page.
  • Use Case: For example, add a new page with visualizations and measures based on the report data to enhance the analysis.

Quick Start

Use the 'pbir-add-page' skill to add a new page to your existing report by specifying the report reference and providing the page name or using the clone mode.

Frequently Asked Questions about pbir-add-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new page to an existing Power BI report?

To add a new page to an existing Power BI report, you can use a skill that modifies the .Report folder directly by specifying a page name via YAML configuration or by cloning an existing page.

Can I duplicate an existing page in a Power BI report folder?

Yes, you can duplicate an existing page in a Power BI report folder by using the clone mode, which copies the structure and content of a specified existing page to create a new one.

Do I need a specific file format to programmatically add Power BI report pages?

Yes, you need a Power BI .Report folder and appropriate permissions to programmatically add pages, as the process relies on modifying the files within this specific folder structure.

What is the best way to define a new Power BI page without manual adjustments?

The best way to define a new Power BI page without manual adjustments is using a spec build mode where you specify the page layout, visualizations, and measures via a YAML definition file.

When should I use automated page addition for Power BI reports?

You should use automated page addition for Power BI reports during iterative report enhancements in team-based scenarios, allowing seamless integration of new analysis pages without manual editing.

Does adding Power BI report pages via YAML work for team-based iterative enhancements?

Yes, adding Power BI report pages via YAML works for team-based iterative enhancements by allowing developers to define page specifications textually and apply them consistently to existing report folders.