<?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: Question about shared datasets in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4733459#M61825</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;It looks like you are facing issues in updating a your second report as its dataset is changed to the first one but even after that report is not updating. As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/871356"&gt;@Nasif_Azam&lt;/a&gt;&amp;nbsp;has already responded to your query, kindly go through his response and check if your issue can be resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/871356"&gt;@Nasif_Azam&lt;/a&gt;, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 11:50:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-06-16T11:50:15Z</dc:date>
    <item>
      <title>Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4731824#M61802</link>
      <description>&lt;P&gt;Hi, I have a question about Power BI REST APIs for shared datasets. Say I have a report named test123, and I have a dataset named test123 (created from the same .pbix file when I imported). Now, I have another report test456. It was originally bound to dataset test456 (which was created from the same .pbix when I imported test456 report), but then I rebound to use test123, and then deleted the test456 dataset. If I use /&lt;SPAN&gt;imports?datasetDisplayName=test123.pbix&amp;amp;nameConflict=Overwrite, this will update both test123 dataset&amp;nbsp;&lt;EM&gt;and&lt;/EM&gt;&amp;nbsp;test123 report. But how can I update the test456 report? It no longer is associated with the test456 dataset, but when I update the test123 dataset using /import, it only updates the test123 report, not the test456 report.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 17:26:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4731824#M61802</guid>
      <dc:creator>jgeorge</dc:creator>
      <dc:date>2025-06-13T17:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4731854#M61803</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your understanding is correct: when you use the Power BI REST API's /imports endpoint with nameConflict=Overwrite, it only updates the dataset and report that were originally associated with that import, not any other reports that may now be bound to that dataset.&lt;/P&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Why test456 Is Not Updated&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;Although test456 is bound to the test123 dataset, it remains a separate report object. When you import test123.pbix using:&amp;nbsp;POST /groups/{groupId}/imports?datasetDisplayName=test123.pbix&amp;amp;nameConflict=Overwrite&lt;/P&gt;&lt;P&gt;this only updates:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The dataset named test123&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The report that was originally imported from test123.pbix (likely also named test123)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any other reports (like test456) that you&amp;nbsp;have manually rebound to test123 will &lt;STRONG&gt;not&lt;/STRONG&gt; be affected by this import. Power BI does not track which reports are re-bound to a dataset after the fact for the purpose of updating on import.&lt;/P&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;How to Update test456&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;To update the &lt;STRONG&gt;visual layout or structure&lt;/STRONG&gt; of test456, you have&amp;nbsp;two options:&lt;/P&gt;&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Option 1: Rebind test456 to a fresh dataset&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;&lt;P&gt;If you want test456 to reflect changes made in the .pbix file (like visuals, report pages):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Re-import the .pbix file again with a different datasetDisplayName.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then rebind test456 to the new&amp;nbsp;dataset using:&lt;/P&gt;&lt;PRE&gt;POST /groups/{groupId}/reports/{reportId}/Rebind
{
  "datasetId": "new-dataset-id"
}&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Option 2: Delete and Re-import the Report&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;&lt;P&gt;If test456 is just a copy of test123, consider:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Deleting the existing test456 report.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Reimport the .pbix with nameConflict=Overwrite to update both report and dataset.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If needed, rename the report to test456.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Detailed Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report-in-group" target="_blank" rel="noopener"&gt;Rebind Report to Dataset&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/clone-report-in-group" target="_blank" rel="noopener"&gt;Clone Report&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-datasets" target="_blank" rel="noopener"&gt;Power BI Service - Dataset Concepts&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://radacad.com/rebind-power-bi-dataset-of-a-report-with-rest-api" target="_blank" rel="noopener"&gt;Rebinding Power BI Reports with REST APIs (Community)&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-datasets-understand" target="_blank" rel="noopener"&gt;Understanding Shared Datasets in Power BI&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you found this solution helpful, please consider accepting it and giving it a kudos (Like) it’s greatly appreciated and helps others find the solution more easily.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/nasif-azam-9aa2331a0/" target="_blank" rel="noopener nofollow noreferrer"&gt;Nasif Azam&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 18:05:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4731854#M61803</guid>
      <dc:creator>Nasif_Azam</dc:creator>
      <dc:date>2025-06-13T18:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4733459#M61825</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;It looks like you are facing issues in updating a your second report as its dataset is changed to the first one but even after that report is not updating. As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/871356"&gt;@Nasif_Azam&lt;/a&gt;&amp;nbsp;has already responded to your query, kindly go through his response and check if your issue can be resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/871356"&gt;@Nasif_Azam&lt;/a&gt;, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 11:50:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4733459#M61825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-16T11:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4738126#M61909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.&lt;/P&gt;
&lt;P&gt;If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.&lt;BR /&gt;If so, it would be really helpful for the community if you could mark the answer that helped you the most. If you're still looking for guidance, feel free to give us an update, we’re here for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Hammad.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 03:59:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4738126#M61909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-20T03:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4740135#M61940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;,&lt;BR /&gt;I just wanted to follow up on your thread. If the issue is resolved, it would be great if you could mark the solution so other community members facing similar issues can benefit too.&lt;BR /&gt;If not, don’t hesitate to reach out, we’re happy to keep working with you on this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Hammad.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 06:28:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4740135#M61940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-23T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about shared datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4744489#M62001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289952"&gt;@jgeorge&lt;/a&gt;,&lt;BR /&gt;We noticed there hasn’t been any recent activity on this thread. If your issue is resolved, marking the correct reply as a solution would be a big help to other community members.&lt;BR /&gt;If you still need support, just reply here and we’ll pick it up from where we left off.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Hammad.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 05:59:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-shared-datasets/m-p/4744489#M62001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-26T05:59:08Z</dc:date>
    </item>
  </channel>
</rss>

