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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rsrwebsupport
Frequent Visitor

Development / Test / Prod Environments

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:

  • Any time there's a new report, we would create the report on Development.
  • We would embed this report on the Development server, and it would use data from the Development database.
  • After the report gets tested, we would want to move the report to the Test environment without having to recreate the report from scratch.  The report would use data from the Test database.  Meanwhile, if you still wanted to view the report on Development, it would still be there and still use data from the Development database.
  • Once the report goes to Prod, it would use data from the Prod database.  Meanwhile, the report would still be on both lower environments using the lower envionment databases.

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:

  • We would make the change on Development, and it would be reflected in all reports in Development.
  • After the change is tested, we would copy the change to the Test environment, ideally without having to recreate the change manually.  The new calculation would then be reflected in all reports on both Development and Test, but not yet on Prod.
  • Repeat again for Prod.

Is a workflow like this possible in Power BI?  Or will we have to modify how we approach things?  Thanks.

1 ACCEPTED SOLUTION
rsrwebsupport
Frequent Visitor

After doing some more research, it looks like Deployment Pipelines basically do this, so that seems to be the best solution in this case.

View solution in original post

1 REPLY 1
rsrwebsupport
Frequent Visitor

After doing some more research, it looks like Deployment Pipelines basically do this, so that seems to be the best solution in this case.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.