Forum Discussion
Power BI Report Builder - Many Blank Pages
- 3 years ago
This is from the SSRS Cheat Sheet I keep around, though I don't use Report Builder often now.
Check Page Size and Margins: Ensure that the page size and margins are properly for the report. Sometimes, the blank pages may be caused by a larger page size or margins, which pushes content onto additional pages.
Check Page Breaks: Review all the tables, matrices, and other visual elements in your report to ensure there are no unnecessary page breaks inserted. Disable page breaks where needed.
Check for Hidden Objects: Make sure there are no hidden objects on your report that could contribute to the blank pages.
Remove Empty Rows and Columns: If you have tables or matrices in your report, check for empty rows or columns that might be causing extra space.
Verify Data Source and Filtering: Verify the data source and the filters on your report. This may be if the data source is returning blank or empty rows, and can cause blank pages.
Update Pagination Settings: Check the report's pagination settings.
I had the same issue. Set "ConsumeContainerWhitespace" to True on the Report Settings. This helped for me.
Thank you! I had same issue with blank pages and tried everything following all the tips from official MS documentation. Finally found your post and it made my day!