Forum Discussion

Mary_aj's avatar
Mary_aj
Frequent Visitor
4 years ago
Solved

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?   
  • whereismydata's avatar
    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