Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
timatlee
New Member

Paginated Report, two columns of data, weird page breaks

Hi

 

New-ish to PowerBi and especially new to paginated reports.

 

I have an existing report that scrolled vertically for several pages (~30 tables or so).  I wanted to present the tables side-by-side.  

 

I copied the one table, pasted it beside, then filtered each table based based on a counter % 2, so that the left column would show table 1, 3, 5, etc, and the right would show tables 2, 4, 6, etc. The design view looks like this:

timatlee_1-1755791635457.png

 

 

The challenge that comes is that the repeating row, the row that starts with "[Labcode2]", may span more than one page.  This would be consistent for the whole report. Stated another way, each table in a single report has the same number of lab codes.

 

I set a page break on the row group around the top row (where it says TEST RESULTS). I do this on both tables.

 

When viewing the results in the report designer, the report looks exactly as I would like.

 

When viewing as a PDF, the first pair of tables show correctly:  

timatlee_2-1755791901470.png

The [Labcode2] group repeats, wraps to the next page, and the summary bit shows, then page breaks.

 

The next page does not follow this behaviour:

timatlee_3-1755791996398.png

 

For some reason, the last row of [Labcode2] does not span to the next page, and pulls the summary section up into the first page - honestly making it look weird:  😛

 

timatlee_4-1755792652076.png

(pardon the size - it was hard to get both side-by-side and show the weird breaking).

 

There is no page break defined on the [Labcode2] repeating group.  The only page break I can find defined is on the repeating group around TEST RESULTS.

 

This only happens when the output is generated as PDF.

 

My inexperience with report builder starts to show up here ..  I have no idea how to approach this to fix it 🙂

 

Any help or dierction is appreciated.

 

1 REPLY 1
Ilgar_Zarbali
Super User
Super User

It looks like your issue is tied to pagination and group rendering rules in paginated reports, especially when exporting to PDF. Here’s how you can fix:

1. Check “Keep Together” settings

  • Go to the row group properties of the [LabCode2] group.
  • Ensure “Keep Together” is unchecked — this allows rows to split naturally across pages.
  • Also check the parent group (the one with “TEST RESULT”) and uncheck “Keep together with first detail row.”

 

2. Use “Keep with Group” options

  • On the row containing your summary section, set “Keep with group: After” so the summary always stays with its corresponding data block.

 

3. Adjust “CanGrow” and heights

  • Ensure textboxes and rows have CanGrow = True and avoid fixed heights, which can force unexpected breaks.

 

4. Disable unnecessary page breaks

  • Remove manual page breaks except for the top-level group if needed.
  • Check Group Properties → Page Breaks for both tables and confirm no extra breaks are applied.

 

5. Test rendering

  • Use the Print Layout preview in Report Builder to simulate PDF output — it reflects PDF pagination more accurately than the interactive view.

6. Other

If the PDF keeps misaligning:

  • Place two Tablix controls inside a parent rectangle, rather than side-by-side without a container.
  • This often keeps alignment and pagination consistent across pages.

 

I hope it will help.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.