Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 @Anonymous ,
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 @Anonymous
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 @Anonymous ,
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
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |