<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: REST API: Update Report Content Error &amp;quot;PowerBIEntityNotFound&amp;quot; in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390675#M34931</link>
    <description>&lt;P&gt;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 &amp;amp; workspace ID's in the wrong order in the body!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lesson learned: Triple check your bloody code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2022 20:13:10 GMT</pubDate>
    <dc:creator>Chthonian</dc:creator>
    <dc:date>2022-03-13T20:13:10Z</dc:date>
    <item>
      <title>REST API: Update Report Content Error "PowerBIEntityNotFound"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2389011#M34904</link>
      <description>&lt;P&gt;Hello fellow Data Nuts&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
"error": {
"code": "PowerBIEntityNotFound",
"pbi.error": {
"code": "PowerBIEntityNotFound",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/UpdateReportContent&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;{ 
"sourceReport": { 
"sourceReportId": "{sourceReportId}", 
"sourceWorkspaceId": "{sourceWorkspaceId}" 
}, 
"sourceType": "ExistingReport" 
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, i do have the app setup correctly with all azure app settings, definitely has the correct scope for the call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping somebody could help me troubleshoot this api call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 16:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2389011#M34904</guid>
      <dc:creator>Chthonian</dc:creator>
      <dc:date>2022-03-11T16:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: Update Report Content Error "PowerBIEntityNotFound"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390134#M34918</link>
      <description>&lt;P&gt;Do you get the same error in the API sandbox?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/update-report-content-in-group" target="_blank"&gt;Reports - Update Report Content In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 21:07:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390134#M34918</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-03-12T21:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: Update Report Content Error "PowerBIEntityNotFound"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390137#M34919</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;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.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 21:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390137#M34919</guid>
      <dc:creator>Chthonian</dc:creator>
      <dc:date>2022-03-12T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: Update Report Content Error "PowerBIEntityNotFound"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390203#M34921</link>
      <description>&lt;P&gt;Then you have bigger issues.&amp;nbsp; Maybe you don't have permission.&amp;nbsp; What's the error in the sandbox?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 22:27:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390203#M34921</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-03-12T22:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: Update Report Content Error "PowerBIEntityNotFound"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390675#M34931</link>
      <description>&lt;P&gt;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 &amp;amp; workspace ID's in the wrong order in the body!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lesson learned: Triple check your bloody code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 20:13:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Update-Report-Content-Error-quot-PowerBIEntityNotFound/m-p/2390675#M34931</guid>
      <dc:creator>Chthonian</dc:creator>
      <dc:date>2022-03-13T20:13:10Z</dc:date>
    </item>
  </channel>
</rss>

