paginated-report-authoring

Create Power BI Fabric paginated .rdl reports with RDL 2016 schema.

14|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill paginated-report-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paginated-report-authoring
Source: https://github.com/patrikborosch/AnalyticsPlatformAgents/tree/main/creator/skills/paginated-report-authoring
Command: npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill paginated-report-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring Power BI Fabric paginated reports (.rdl) requires precise XML structure, correct semantic model or SQL endpoint connections, valid DAX queries, and proper layout configuration, with even small errors causing import failures or broken reports. This Skill eliminates the guesswork and manual troubleshooting for these common pain points.

Core Features & Use Cases

  • Full RDL authoring from scratch: Generate valid .rdl files with correct RDL 2016 schema, required XML namespaces, and proper page setup for A4, US Letter, or custom sizes.
  • Fabric data source configuration: Connect reports to Fabric semantic models via PBIDATASET or Fabric Warehouse/Lakehouse SQL endpoints with correct connection string syntax.
  • Layout and error resolution: Design tablix data tables with conditional formatting, add headers and page footers, and fix common RDL validation errors like missing Width elements or invalid global variable placement.
  • Use Case: A data analyst needs to create a paginated sales report connected to a Fabric semantic model, with alternating row colors, a page footer showing page numbers and execution time, and no schema errors when importing to the workspace.

Quick Start

Use the paginated-report-authoring skill to create a new A4 landscape paginated report connected to your Fabric 'Sales' semantic model with a tablix showing the top 10 products by revenue and a page footer with page numbers and execution timestamps.

Frequently Asked Questions about paginated-report-authoring

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

FAQPage Schema
How do I create a Power BI Fabric paginated report connected to a semantic model?

To create a Power BI Fabric paginated report, generate a valid .rdl file using the RDL 2016 schema and connect it to your Fabric semantic model via a PBIDATASET connection string with valid DAX dataset query syntax.

Why does my .rdl file fail to import to the Power BI Fabric workspace?

Your .rdl file fails to import due to non-compliance with the RDL 2016 schema, such as missing Width elements, invalid global variable placement, or incorrect XML namespace configuration.

Can I connect a paginated report directly to a Fabric SQL endpoint?

Yes, you can connect paginated reports directly to Fabric Warehouse or Lakehouse SQL endpoints by applying the correct connection string syntax to establish a valid data source.

How do I add alternating row colors and page numbers to an RDL tablix layout?

To add alternating row colors and page numbers to an RDL tablix layout, apply conditional formatting to the data table rows and insert a page footer displaying global page number variables and execution timestamps.

What is the correct page setup for an A4 landscape paginated report in Power BI?

The correct page setup for an A4 landscape paginated report involves configuring the RDL 2016 schema page properties to A4 size and landscape orientation, ensuring valid layout structure to prevent import failures.