Power BI - Paginated Report



What is a Paginated Report?

It is an alternative to an interactive report. These are considered pixel-perfect, and the originality of the page remains the same while printing these paginated reports, which means there is no loss of data and is effectively utilized in large business cases where millions of rows and columns exist. For example, bank account statements, card bills, and invoices are paginated reports.

The Power BI Report Builder tool is required to develop paginated reports. It is free of cost and is directly downloaded from the Microsoft website. This tool permits users to get connected to numerous data sources to build a paginated report. You can also publish and share the paginated report with your colleagues.

For PPU license or Pro license users, paginated reports can also be broadcast to other business users.

Dataset − You can import the file "C:\Users\Aarti\Downloads\New Report.rdl" into the Report Builder tool.

Generating a Paginated Report in the Report Builder Tool

You can open the Report Builder tool and navigate to the File tab and then click on "Open" and select the .rdl file from "This PC".

Paginated Report

You can choose the specific file from the local system and click on the Open.

Paginated Report 1

As you can observe in the screenshot, the design view of the report is shown where so many formatting options like Font, Paragraph, Border, Number, and Layout are available.

Paginated Report 2

You can click on "Publish" for the connectivity with the Power BI service where you can broadcast the paginated report to other users.

Paginated Report 3

Procedure to Render a Report with Field Values and Column Headings

You need to sign in to your Microsoft account and then click on "Run" under "Views".

Field Values and Column Headings

Therefore, the paginated report has been generated and you can swiftly take the print of this accurate pixel report by choosing the desired Print options "Print", "Page setup" and "Print Layout" that are available in the Print group in the "Run" tab.

Field Values and Column Headings 1

You can also export the paginated report into various formats like XML files with report data, Word, TIFF files, PDF, PowerPoint, and so on.

Field Values and Column Headings 2

How to Develop a Paginated Report in BI Desktop?

You can open the BI desktop and choose "Paginated Report" from the "Visualizations". You may select any of the two options "Create paginated report" and "Connect to report". Click on the "Create paginated report" which connects you to the Power BI service after the user sign in.

Paginated Report in BI Desktop

Now, you can select "aq" database from the list of the specified datasets and click on "Create paginated report".

Paginated Report in BI Desktop 1

You can select any of the desired worksheets from the "Data" pane. Lets click on "Sheet1" to develop the paginated report.

Paginated Report in BI Desktop 2

Now, you may expand the "Build" pane and select the "Format" tab where you can modify the formatting of the paginated report. You may choose the "Flashy rows" from the drop-down list under the "Style" section.

Paginated Report in BI Desktop 3

Generating a Paginated Report Directly in Power BI Service

You may directly sign in at https://app.powerbi.com/ and go to "My Workspace" where so many reports and semantic models have already been created.

For instance − You may choose "employye1234", click on the more options, and select "Create paginated report" from the mentioned list.

Report Directly in Power BI Service

Report Directly in Power BI Service 1

Now, you can notice that a blank paginated report is generated that contains no fields.

Report Directly in Power BI Service 2

You may select the "Emp_ID", "Employee Rating", "Life work Integration" and "Working Mode" from the "Data" pane.

Report Directly in Power BI Service 3

Therefore, the paginated report has been generated that best fits the page.

Report Directly in Power BI Service 4

Difference between Paginated Reports and BI Reports

Business users may use any of these reports according to their business requirements. For interactive reports, better to use BI reports.

Feature Paginated Reports BI Reports
Nature These are generally used for printing, and all the pages perfectly fit on a paginated report. These are interactive in nature and more flexible.
Format .rdl extension is used for paginated reports. .pbix extension is used for BI reports.
Characteristics DAX expression cannot be implemented, filtration or sorting of the field value can be done. For complex modeling, DAX expression is effectively employed in the BI reports.
Data Model It is restricted to structured and simple data sources and is not efficient for complicated data models. Its flexibility allows users to work with a wide variety of data sources and many complicated data models may also be developed.
Joining multiple tables SQL joins are used to develop the relationships among tables. With the aid of a data model, the relationship among various datasets is permitted.

Limitations of Paginated Reports

  • Complex data models and their relationship cannot be created for the Paginated report.
  • Users encounter difficulty in opening files other than .rdl extensions as other formats are not supported in the Power BI Report Builder tool.
Advertisements