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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Feng_Ling
Microsoft Employee
Microsoft Employee

Use deployment pipeline to deploy embedded report change

Hi Power BI Community,

 

We are going to use Power BI Embedded solution (App Owns Data) to deliver Power BI report to end users, but we are wondering whether or not we can use deployment pipeline to deploy our Power BI content change. And is there any downtime risk when deploying the change to production? 

 

Thanks

2 REPLIES 2
Anonymous
Not applicable

Hi @Feng_Ling ,

Do you want to know how to make that the embedded report is also updated when the content of the report changes in Power BI? Your application is only referencing the report, all the creation, updating is done inside Power BI. If there are any changes to the report, your application should be able to get the latest content. Please check the links below, hope they can help you.

Power BI embedded- Apps Owns Data


Once you have your web app built, you would modify the web.config file to list each report out there.  It will show an index page that lists them.  On azure portal in the app services, if you go to configuration, you can list it out there.

We list all our report settings as PBI: then the GUID as the value.

Then it can check for anything that starts with PBI: as a report GUID.

You can add an <add key > tag in your web.config to test it out.


Refresh Data Option in Power BI Embedded

A Pipeline For PowerBI Embedded

Best Regards

Thanks for the clear solution. But we're just wondering if we can separate the report maintance from the code deployment due to they (code deployment and report maintance) belong to different team. So we find the deployment pipeline solution and we'd like to know if there is a downtime risk during the report deployment using the depoyment pipeline?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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