Forum Discussion
ksicard2430
Helper I
5 years agoPrinting 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 communitie...
- 5 years agoHi 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
Anonymous
5 years agoNot 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