Forum Discussion
Anonymous
4 years agoNot applicable
Automatically export a Power BI report in PDF and send it using email
I am trying to Automate a process that would export a Power BI report in PDF format and send an Email on a scheduled basis with that PDF as an attachment. Is that possible without passing by a pr...
Greg_Deckler
4 years agoCommunity Champion
Anonymous Sure:
1. Install Powershell
2. Read this: Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Docs
3. Read this: Working with PowerShell in Power BI | Microsoft Power BI Blog | Microsoft Power BI
4. Read this: Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Docs
5. Code it
Anonymous
3 years agoNot applicable
Power Automate uses the PowerBI REST API and has the same limitation. The report needs to be a dedicated capacity. See: https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file#limitations