Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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