Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm trying to figure out the best way to support multiple development environments in Power BI. Specifically, we have completely separate Development / Test / Prod web servers, each with their own databases and their own copies of source code. From a coding perspective, we write code on our local, push to the git repo, deploy the code to Development, test it, deploy the code to Test, perform more testing, and then finally deploy to Prod. Each server has its own separate database, and the source code is all managed by Git.
Ideally, we would follow this same work flow in Power BI. This is essentially what we would want if it were possible for new reports:
We would also ideally want a similar workflow when updating the source data model. For example, this is what we would want if, hypothetically, we had to change the calculation on one of the calculated columns used in reports:
Is a workflow like this possible in Power BI? Or will we have to modify how we approach things? Thanks.
Solved! Go to Solution.
After doing some more research, it looks like Deployment Pipelines basically do this, so that seems to be the best solution in this case.
After doing some more research, it looks like Deployment Pipelines basically do this, so that seems to be the best solution in this case.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |