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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
kd_61
Frequent Visitor

Report Builder: Repeat row on every new page when using list

Is is possible to repeat a row at the top of evey page when you are using a list, or are repeating rows only supported with tables and matrixes?

1 ACCEPTED SOLUTION
kd_61
Frequent Visitor

Thank you for posting the helpful screen shots. It looks like RepeatOnNewPage does not work in cases where the group spans multiple pages.  I got around this constraint by using the page header, which does repeat. I added a hidden column to my list (tablix) whose value was the data that I wanted to repeat on every page. Then I inserted a textbox in the page header, and set the value to equal the hidden column.

View solution in original post

2 REPLIES 2
kd_61
Frequent Visitor

Thank you for posting the helpful screen shots. It looks like RepeatOnNewPage does not work in cases where the group spans multiple pages.  I got around this constraint by using the page header, which does repeat. I added a hidden column to my list (tablix) whose value was the data that I wanted to repeat on every page. Then I inserted a textbox in the page header, and set the value to equal the hidden column.

d_gosbell
Super User
Super User

Lists, Tables and Matrixes all use the same underlying tablix control so yes this is possible. A list is effectively just a single column table. 

 

To configure this you would have to right click on the row header and add a new row outside the group and above the current row.

d_gosbell_0-1643672353376.png

Then you need to turn on the Advance properties for the row and column groups as in the screenshot below so that you can see the new static Row Group which you just created.

 

d_gosbell_1-1643672417953.png

 

Then you would want to turn on the Properties pane in the "View" ribbon and click on the "(Static)" row group. Then change the RepeatOnNewPage property to true

 

d_gosbell_2-1643672486423.png

Now the content of that header row will be repeated on every page.

 

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.