Forum Discussion
Printing Power BI Reports Dynamically from Service
Hello all,
I am currently implementing a Power BI financial report system and writer using Power BI. I am struggling with an obstacle that I am faced with and would like to request the communities help.
Power BI currently allows me to print my reports via PDF or PowerPoint. However, it does not provide the option to print my reports dynamically. For example if a matrix or table visualization contains enough data to require the user to scroll through the visulization, when printed the report will not display the data that is not currently within view (static). This is problematic when trying to print finacial reports into a paper medium for board meetings and etc..
Does the commuity have any solutions to printing Power BI reports dynamically. This is critical to my project and appreciate any advice of information.
- Hi there
Currently Power BI will not show the entire table when it prints via PDF or power point.
If you want the entire report page to be printed you will have to look at paginated reports. This will do what you are looking for.
https://docs.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-report-builder-power-bi
6 Replies
- GilbertQ
Super User
Hi there
Currently Power BI will not show the entire table when it prints via PDF or power point.
If you want the entire report page to be printed you will have to look at paginated reports. This will do what you are looking for.
https://docs.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-report-builder-power-bi- ksicard2430
Helper I
GilbertQ,
I appreciate the info. I have two more questions:
1. Do you know what the license requirements are for posting paginated reports to service? Do you need premium or will Pro licenses suffice?
2. Can Power BI reports be migrated to paginated report builder easily without having to re-build the reports?
- GilbertQ
Super User
Hi there
1. You will currently nee Power BI Premium to use Paginated Reports.
2. You will have to re-build the reports for Paginated reports.
- AnonymousNot applicable
Hi ksicard2430,
The filter effects that you applied on the report in the reading view not really saved to the report. Export features only consider with the filters that already applied to the source report contents.
You can consider submitting/vote ideas about export contents with persistent filter effects.If you are working with the paginated report, you can consider using rest api, it allows you to send parameters to the export:
Export paginated report to file (preview)
Regards,
Xiaoxin Sheng