User Profile
Codehustler
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
Automation of exporting power bi report to a shared drive path
Hi, I have a requirement for automatically without user interaction exporting and saving a powerbi paginated report to a shafed drive path. For this, i performed all these steps, i am using powerbi SDK in my C# consile application which is using three Api calls ExportToFileInGroup(), ExportToFileStatusInGroup(), GetFileOfExportToFileInGroup(). I have created a service principal with Tenant.Read.All application permissions and other delegated permissions too. I have added the service principal in a security group and enabled api authentication in power bi tenant settings. Added service principal as a admin in workspace. Workspace is of premium capacity. Issue: when i am calling ExportToFileInGroup(), it is returning a Export object with status 'NotStarted' but in next line when i am asking for ExportToFileStatusInGroup(), it is giving 'Failed' status without any runtime error. Please help me with this issue if you have any solution. Thanks.822Views0likes2CommentsAutomatically exporting paginated report to a shared path.
Hello, I have a requirement to automatically export power bi paginated report to a shared path. For this, i created a c# console application which is using a service principal for powerbi authentication. In it, i am calling ExportToFileInGroup function which is returning Export object but its starus is failed. It is not goving any runtime error. Could anyone please help me with this. Other info: Service principal have application Tenant.Read.All permission, it is added in security group which is further given powerbi api authentication permission, service principal added in workspace too as admin. Workspace is premium capacity.544Views0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.