Forum Discussion
printing multipage tables
Hi, does anyone have a solution for printing a table in Power BI that is multiple pages? I have a table that does not display all data on the screen so you have to scroll down on the screeen. When you print to hard copy or pdf you only get 1 page. Any work arounds/solutions would be much appreciated. Thanks for the help.
16 Replies
- winni01New Member
STill looking for a solution to this. Anyone?
- winni01New Member
Hi all, I am looking for a solution to this issue as well. I have a report that has a long table, I want it to print to multiple pages and repeat the header, suggestions?
- JorgenHNO3Advocate I
I'm also looking for this. Quite annoying
- AnonymousNot applicable
I'm also looking for a solution to this one, although I'm exporting to ppt instead of printing, but same issue.
- Eric_ZhangMicrosoft Employee
- mattpharmaNew Member
its not a dashboard...its a table. so i click file then print. if i have a table as a dashboard does it print more than one page of the table?
- Eric_ZhangMicrosoft Employee
- askhorFrequent Visitor
I don't think it is possible in PBI currently. What I am doing is to export the table to excel, then print from the excel.
- AnonymousNot applicableI'd also like to see this resolved
- AnonymousNot applicable
Hi, no solutution to this yet, I assume? Would be great to have this solved!
- AnonymousNot applicable
We've ended up creating a workaround by using dynamic indexes and rankx to at least be able to print for example the first 20 rows on page 1, 21-40 on page 2, 41-60 on page 3 etc.
In our case we have user feedback so usually contains a lot of commas, so export to csv doesn't work well.
Regards,
Matt
- AnonymousNot applicable
That wouldn't work in all cases, if we didn't know the number of rows that would be displayed right?
I have data that can have from 10 to 100s of rows depending on the filters selected, in this case I might be showing empty pages if less data is there. Did you have any work around for this?