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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
yazdanb
Frequent Visitor

Are there alternative approaches for automated report deployment and workspace integration?

I’m trying to automate a process where we maintain a “base” set of reports in one branch/workspace, and then deliver firm-specific workspaces that include the base reports plus a few custom versions for each firm. The repo is in Azure DevOps

I’ve tested two approaches so far:

  1. Azure DevOps pipeline + Git integration – ran into access/approval issues since my company tightly controls pipeline permissions.

  2. Fabric REST APIs (Git integration) – ran into tenant-level restrictions where service principals aren’t currently allowed to use Git APIs.

Both methods technically work in proof-of-concept but I can’t get them approved or enabled in our tenant, so I’m blocked from full automation. Has anyone solved a similar problem (scaling report distribution across multiple firm/client workspaces) in a simpler or alternative way? Are there other approaches that might avoid these tenant-level Git restrictions?

1 ACCEPTED SOLUTION
AmiraBedh
Super User
Super User

Hello !

Thank you for posting on Microsoft Fabric community.

You can store your pbix files in SharePoint or OneDrive and connect each client workspace via get from OneDrive/SharePoint with the optionKeep data up to date. When you overwrite the pbixin the folder, the service auto updates the item in the workspace (about hourly). 

https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-desktop-file-onedrive

You can also use Fabric or PBI deployment pipelines without enabling git since parameters and datasource rules let you swap connections per stage and you can promote manually or via REST with a delegated user.

https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

1 REPLY 1
AmiraBedh
Super User
Super User

Hello !

Thank you for posting on Microsoft Fabric community.

You can store your pbix files in SharePoint or OneDrive and connect each client workspace via get from OneDrive/SharePoint with the optionKeep data up to date. When you overwrite the pbixin the folder, the service auto updates the item in the workspace (about hourly). 

https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-desktop-file-onedrive

You can also use Fabric or PBI deployment pipelines without enabling git since parameters and datasource rules let you swap connections per stage and you can promote manually or via REST with a delegated user.

https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors