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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors