The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hey all. Unlike on Power BI Report Server (on prem), I don't see an option to send subscriptions as .mhtml format (which renders the report in the email body) in the cloud service.
Yes I can export a paginated report as .mhtml, but can't email a subscription in this format.
Solved! Go to Solution.
Hi, @Coagulant
Unlike exporting paginated reports,only the following attachment types are supported in your subscription: PDF, PowerPoint presentation (PPTX), Excel Workbook (XLSX), Word Document (DOCX), CSV file, and XML currently.
As a workaround, you can try to export Power BI paginated report as .mhtml by using TheexportToFile
API and send an automated email at set intervals, with an attached .mhtml report.
Related document:Export paginated report to file
Best Regards,
Community Support Team _ Eason
Hi, @Coagulant
Unlike exporting paginated reports,only the following attachment types are supported in your subscription: PDF, PowerPoint presentation (PPTX), Excel Workbook (XLSX), Word Document (DOCX), CSV file, and XML currently.
As a workaround, you can try to export Power BI paginated report as .mhtml by using TheexportToFile
API and send an automated email at set intervals, with an attached .mhtml report.
Related document:Export paginated report to file
Best Regards,
Community Support Team _ Eason