Forum Discussion
Backward Deployment
Hello !
I have a deployment pipeline in this order :
A (Development) -> B (Preproduction) -> C (Production).
This is the standard order of the workspace, but there were some reports that have been created directly in B, so is it possible to deploy from B to A? without unassigning the worskpace from the actual pipeline.
Thank you.
4 Replies
- grazitti_sapna
Super User
Hi PBI_2K26β,
Yes, Microsoft Fabric supports backward deployment. You can deploy from a later stage to a previous stage, including B β A, while keeping the pipeline assignments intact. refer official microsoft documentation here.
π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUserand Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together! - Jai-Rathinavel
Super User
PBI_2K26β Since you don't want to un-assign your workspaces.
You can download the reports which are only created in Pre-production (B) and point to those reports to the semantic models in the Development (A) workspace using Power BI Desktop and publish them to the A workspace.
Now Delete the reports in B workspace and run the deployment pipeline from A to B. Now both your workspaces should be in Sync in the deployment pipeline.