Forum Discussion
Mary_aj
4 years agoFrequent Visitor
Power BI RS and export table to PDF
Hi All, I use Power BI Report Server May 2020 Maybe, Do you have any ideas or solutions on how to export a table to PDF format?
- 4 years ago
As far as I know this is not supported by PowerBI RS but supported by PowerBI Service.
What you can do:
- There is a general print option; create a page with this table only, maybe also hide elements that you do not want to be printed. Then create a print button that links to this page. This way you only see this one table on the print
- Another solution would be to use the report builder since it allwos exporting to other formats as well like XLSX, PPT, PDF...
- A more complex solution would involve power automate or maybe some sort of custom scripting that listens to a http request and then pulls the data from a given database and safes the table. But I don't think this is the most userfriendly and developer friendly option
whereismydata
Resolver IV
4 years agoAs far as I know this is not supported by PowerBI RS but supported by PowerBI Service.
What you can do:
- There is a general print option; create a page with this table only, maybe also hide elements that you do not want to be printed. Then create a print button that links to this page. This way you only see this one table on the print
- Another solution would be to use the report builder since it allwos exporting to other formats as well like XLSX, PPT, PDF...
- A more complex solution would involve power automate or maybe some sort of custom scripting that listens to a http request and then pulls the data from a given database and safes the table. But I don't think this is the most userfriendly and developer friendly option
- m_aj4 years agoFrequent Visitor
Thanks for your ideas 😃
But If using a print option and the table has scrolled, it is work as a picture.
Maybe, report builder is a better solution for this, but I hoped to find another way.