Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Can I please get assistance. I am building a paginated report with many pages, however I have since came across an error as I add more pages, The actual error is "The value of the Height property for the report section 'ReportSection0' is '12053.5527mm', which is out of range, it must be between 0mm and 11557mm". Is this the max, is there a way I can resolve this issue. I need to add many pages to my paginated report.
Thanks
Hi @Anonymous,
Thank you for your suggestion.
In my paginated report, I create pages split by rectangles, each with a different design. I primarily use expressions to retrieve and plug data into these designs. However, I am unsure about the page break approach since I need to design each page, and there are over 68 different pages I need to design and add pages for. I have encountered the issue where I cannot seem to add more rectangles or pages.
Any advice on how to handle a large number of unique page designs effectively would be greatly appreciated.
Best Regards,
Zuqs
Hi @Zuqs ,
Instead of continuously extending the height of a single report section, you can insert page breaks to start a new page. This approach allows you to add more content without exceeding the maximum height limit. Page breaks can be added to rectangles, data regions, or groups within data regions to control the amount of information on each page.
Below is the official link will help you:
Add a page break to a Power BI paginated report - Power BI | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.