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.
Hello,
We have implemented a multi tenant embedded solution (MVC Core), using service principle. We have added premium capacity to the workspaces that are embedded and shown in the web application. We are able to export the reports to PDF but unable to export the reports to PNG files.
Code: pbiClient.Reports.ExportToFileInGroupAsync(workspaceId, reportId, exportRequest);
Error in the console : Operation returned an invalid status code 'Forbidden'
Kindly help.
Exporting a report to image requires enabling a dedicated tenant admin switch in Power BI admin portal.
This is because sensitivity labels cannot be applied on PNG files, but it's required even if you don't have sensitivity labels on your report.
Hello AmosHersch,
Thank you for your response. As I'm a PowerBI newbee, can you please help me out with the steps to enable this setting.
Thanks again in advance for your help