Forum Discussion
swagath
5 years agoFrequent Visitor
Export Power BI Report to PDF through Subscription
We have a situation that we want to create a subscription to export the Power BI report to PDF. We do not have a Premium capacity license. Is there any workaround to create a subscription with PDF ex...
Anonymous
5 years agoNot applicable
You can schedule a PowerShell script to save your Power BI report as PDF, and other formats.
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup
Once exported as PDF, you can then send it out as an email attachment. If it is a simple report where everyone can see all the data, then it is going to be very simple. If you have RLS implemented then you'll have to work out your options.
Let us know how you go.
Thanks
Kaz
swagath
5 years agoFrequent Visitor
Hi Kaz,
Thanks for your response. We do not have a Premium capacity license, so it is throwing below error. We need to implement this functionality on the workspace which was not created using Premium capacity.