Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Is there a known issue when using a page break on a paginated report and exporting to PDF that causes a blank page to be produced after each break? This blank page does not appear when viewing the paginated report in the Power BI Service, just when exporting to PDF. The body of the report is smaller than the page plus margins. The extra pages don't appear if I remove the page break on the rectangle. Thanks in Advance.
Solved! Go to Solution.
Hi @Gevets ,
For your problem, I found the appropriate official documentation, you can find the solution in this document:
Avoid blank pages when printing paginated reports - Power BI | Microsoft Learn
Ensure the width value doesn't exceed available page width. Be guided by the following formula:
Report body width <= Report page width - (Left margin + Right margin)
If the blank page issue persists, you can also try disabling the report ConsumeContainerWhitespace property. It can only be set in the Properties pane.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The margins were the issue. I had to set the margins even smaller than required. I find the Report body width has to be less than the report width minus the margins.
Report body width < Report page width - (Left margin + Right margin)
Hi @Gevets ,
For your problem, I found the appropriate official documentation, you can find the solution in this document:
Avoid blank pages when printing paginated reports - Power BI | Microsoft Learn
Ensure the width value doesn't exceed available page width. Be guided by the following formula:
Report body width <= Report page width - (Left margin + Right margin)
If the blank page issue persists, you can also try disabling the report ConsumeContainerWhitespace property. It can only be set in the Properties pane.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |