Forum Discussion
Power BI Deployment to multiple target workspaces
Hi Anonymous,
This is not possible today in deployment pipelines. Some follow-up quesitons here:
- How many Prod WSs do you have?
- If they were serialized in the same pipeline, would that work for you as well? e.g you might have 10 stages in the same pipeline, 8 of them are Prod, and you just deploy between them one after the other.
- Anonymous4 years agoNot applicable
Hello Nimrod_Shalit,
Does it mean that I can add in the Prod stage multiple Prod workspaces?
Ideal is to have 1 Dev, 1 Test and 2 or more Prod stage linked to Test stage, so after testing we can decide which workspace assigned.
Sequential Prod space would work, but still the first option will work better.
Is it something the PowerBI team working on, would be it possible in the near future?
Thanks a lot
Valeria
- timmyc12 years agoRegular Visitor
Our use case is more based on keeping data in the same region - so we have global ISV organization and have reports based on data from clients in the UK and reports from clients' data in the US. We can build those reports in either region with test data for the 'Dev' and 'Test' workspaces, but then we wanted to have a fork where we can deploy to a 'Prod_UKS' or 'Prod_CUS' workspace because that production version would use client data that needs to be kept in the respective region.
The ideal design would be one dev, one test, and two prod where we could pick the content based on the target workspace. Alternatively, a linear deployment path could work if we could skip a stage - so each prod workspace would show as a different stage, but we'd have to be able to skip the first 'Prod' environment if content was only supposed to go to the second 'Prod' environment.
I assume it's a pretty common requirement for especially for software vendors where client data has to stay in the same region that the client resides in.Thanks