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
Community Champion
4 years agoAnonymous I don't think you need Premium for that, you could use the Power BI REST API.
- Anonymous4 years agoNot applicable
Thanks Greg_Deckler for your reply
There are any steps that i can follow to achieve this goal?
- Greg_Deckler4 years ago
Community 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
- Anonymous4 years agoNot applicable
Thanks a lot Greg_Deckler I'll try them