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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Chthonian
Helper III
Helper III

REST API: Update Report Content Error "PowerBIEntityNotFound"

Hello fellow Data Nuts 😁

 

I decided to dip my toe in the mystical world of the PowerBI REST API today and while I am up and running I am facing an issue where I am getting an error when I am trying to use the "Update Report Content" API Call.

 

 

{
"error": {
"code": "PowerBIEntityNotFound",
"pbi.error": {
"code": "PowerBIEntityNotFound",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/UpdateReportContent
{ 
"sourceReport": { 
"sourceReportId": "{sourceReportId}", 
"sourceWorkspaceId": "{sourceWorkspaceId}" 
}, 
"sourceType": "ExistingReport" 
}

 

I have a valid bearer token, and other API calls are working fine. I am copying the group and report guid's direct from the URL's in the service but still getting the error message above.

 

Also, i do have the app setup correctly with all azure app settings, definitely has the correct scope for the call.

 

Hoping somebody could help me troubleshoot this api call.

 

Thanks in advance,

David

1 ACCEPTED SOLUTION

I wanted to come back here with a clever reason why it was not working, but quite simply because I had made a very very simple rookie mistake. I had my report ID & workspace ID's in the wrong order in the body!

 

Lesson learned: Triple check your bloody code 🙂

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

@lbendlin Unfortunately yes I do. I've deleted report copies in the target workspace, recopied and attempted the report update api call again with the same result.

Then you have bigger issues.  Maybe you don't have permission.  What's the error in the sandbox?

I wanted to come back here with a clever reason why it was not working, but quite simply because I had made a very very simple rookie mistake. I had my report ID & workspace ID's in the wrong order in the body!

 

Lesson learned: Triple check your bloody code 🙂

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors