Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Codehustler
Frequent Visitor

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.

2 REPLIES 2
Anonymous
Not applicable

Hi @Codehustler ,

Is there any error message details? Please check if you hit any following limitations:

vyiruanmsft_0-1685517120924.png

Best Regards

Codehustler
Frequent Visitor

Please help with solutions.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors