The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am attempting to make an embeded report availble for download by end users on a public website.
Is this possible using the API without a Premium licensce since it is an embeded report?
Also for someone unfamiliar with using the API, is there any easy way to achieve this capability?
Thanks!
Solved! Go to Solution.
Hi @rem-e ,
You can refer the following official documentation to get it by using exporttofile API. It is worth noting that theexporttofile
API is only available in for Gen2 capacities...
Export report to PDF, PPTX and PNG files using Power BI REST API (Preview)
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo
Power BI Export Report into PDF – REST API Support
And there are some consideration and limitation when export to file, please check if you hit any of them...
Export Power BI report to file
Best Regards
Hi @rem-e
See this article on export to PDF from Power BI Embedded. https://medium.com/bi-helper/power-bi-embedded-report-distribution-to-external-users-1cf46fe1303b
You can use an external tool like BI Helper to build an integration with your web application to achieve your stated goal, while at the same time ensuring access to user-specific data using your app login.
Hi @rem-e ,
You can refer the following official documentation to get it by using exporttofile API. It is worth noting that theexporttofile
API is only available in for Gen2 capacities...
Export report to PDF, PPTX and PNG files using Power BI REST API (Preview)
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo
Power BI Export Report into PDF – REST API Support
And there are some consideration and limitation when export to file, please check if you hit any of them...
Export Power BI report to file
Best Regards