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
mmccarver
Frequent Visitor

How can I replace an imported report with a new version?

We create a profile and workspace for each customer. Then we import 10 reports and change the datasources to pull the correct customer data. 

 

We have changed ReportX and we need to get this updated version into the workspace replacing the existing version. 

 

How can I accomplish this using the REST api?

1 REPLY 1
Anonymous
Not applicable

Hi @mmccarver ,

One possible way to accomplish this using the REST API is to use the Update Report Content In Group operation. This operation allows you to update the content of the specified report from the specified workspace with the content of a specified source report. You need to specify the source report in the request body, as well as the source type, which can be either ExistingReport or LocalFile.

 

This will replace the content of ReportX in workspace A with the content of ReportX in workspace B. You can also use a local file as the source report by specifying the sourceType as LocalFile and providing the file path and name in the sourceReport object.

Reports - Update Report Content In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Reports - Update Report Content - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Reports - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details.

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.