<?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 Trying to make a call for REST API for rebinding report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817024#M62974</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to rebind import mode report to onelake using Visual Code REST API extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#  rebindReport
POST https://api.powerbi.com/v1.0/myorg/groups/{{groupId}}/reports/ee0ec30b-1111-4912-9b26-c24903f4dad8/Rebind
Authorization: Bearer {{$aadV2Token appOnly}}
Content-Type: application/json

{
  "datasetId": "4a25cc9d-c0ee-42bf-1111-a3c7cac3f780"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use this like that where:&lt;/P&gt;&lt;P&gt;groupId is a source report group id created within app.powerbi service workspace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportId is report id taken from url from the same workspace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datasetId: datasetID created on fabric workspace on Datalake on OneLake and&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;and getting answer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaryszek_0-1756995444551.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1295707iD95558DC35074371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaryszek_0-1756995444551.png" alt="jaryszek_0-1756995444551.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;what I am missing? Using service principal in both workspases as admin.&amp;nbsp;&lt;BR /&gt;To get groupID within first workspace i am using:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#  getGroupId
GET https://api.powerbi.com/v1.0/myorg/groups?$filter=name%20eq%20'{{groupName}}'
Authorization: Bearer {{$aadV2Token appOnly}}&amp;lt;div&amp;gt;&amp;lt;span&amp;gt;which is working without any issues&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2025 14:21:15 GMT</pubDate>
    <dc:creator>jaryszek</dc:creator>
    <dc:date>2025-09-04T14:21:15Z</dc:date>
    <item>
      <title>Trying to make a call for REST API for rebinding report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817024#M62974</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to rebind import mode report to onelake using Visual Code REST API extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#  rebindReport
POST https://api.powerbi.com/v1.0/myorg/groups/{{groupId}}/reports/ee0ec30b-1111-4912-9b26-c24903f4dad8/Rebind
Authorization: Bearer {{$aadV2Token appOnly}}
Content-Type: application/json

{
  "datasetId": "4a25cc9d-c0ee-42bf-1111-a3c7cac3f780"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use this like that where:&lt;/P&gt;&lt;P&gt;groupId is a source report group id created within app.powerbi service workspace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportId is report id taken from url from the same workspace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datasetId: datasetID created on fabric workspace on Datalake on OneLake and&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;and getting answer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaryszek_0-1756995444551.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1295707iD95558DC35074371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaryszek_0-1756995444551.png" alt="jaryszek_0-1756995444551.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;what I am missing? Using service principal in both workspases as admin.&amp;nbsp;&lt;BR /&gt;To get groupID within first workspace i am using:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#  getGroupId
GET https://api.powerbi.com/v1.0/myorg/groups?$filter=name%20eq%20'{{groupName}}'
Authorization: Bearer {{$aadV2Token appOnly}}&amp;lt;div&amp;gt;&amp;lt;span&amp;gt;which is working without any issues&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 14:21:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817024#M62974</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-09-04T14:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to make a call for REST API for rebinding report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817854#M62989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;If your report is in one workspace (classic Power BI cluster) and your dataset is in another (Fabric/OneLake), then the Rebind API will fail with PowerBIEntityNotFound. In that case, you should move or publish the dataset into the same workspace where the report is stored and then run the Rebind API using that workspace’s groupId, reportId, and datasetId.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Prasanna Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 08:44:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817854#M62989</guid>
      <dc:creator>v-pgoloju</dc:creator>
      <dc:date>2025-09-05T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to make a call for REST API for rebinding report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817962#M62990</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;it doesnt matter.&lt;BR /&gt;&lt;BR /&gt;I have done it within 2 different workspaces.&lt;BR /&gt;It was a matter of credentials for service principal.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 10:00:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Trying-to-make-a-call-for-REST-API-for-rebinding-report/m-p/4817962#M62990</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-09-05T10:00:04Z</dc:date>
    </item>
  </channel>
</rss>

