Forum Discussion
Send PBi Email as a different user
- 4 years ago
As far as I know there are three ways to send email:
- You can subscribe to the report/dashboard/paginated and configure the emails (it usually sends when the data is refreshes) https://docs.microsoft.com/en-us/power-bi/consumer/end-user-subscribe
- Purchase a product like Power Bi Robots
- You can build your own automation script with Power Bi Rest API: https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group
The last two might help you control the email address. You can also create an account with exchage licence that would redirect mails from the power bi subscription everytime.
I hope that helps,
As far as I know there are three ways to send email:
- You can subscribe to the report/dashboard/paginated and configure the emails (it usually sends when the data is refreshes) https://docs.microsoft.com/en-us/power-bi/consumer/end-user-subscribe
- Purchase a product like Power Bi Robots
- You can build your own automation script with Power Bi Rest API: https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group
The last two might help you control the email address. You can also create an account with exchage licence that would redirect mails from the power bi subscription everytime.
I hope that helps,