<?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: How to change the connections details of published dataset in service for live connection in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908872#M64199</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838901"&gt;@Ahmed-Elfeel&lt;/a&gt;&amp;nbsp;, Thanks for the response,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say &lt;STRONG&gt;&lt;EM&gt;rebind after publishing the report&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt; - we are doing the rebind after publishing the reports to target workspace using CI/CD (is this what you meant or something else ?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Rebind the report&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;in the service to the target dataset - &lt;EM&gt;I couldnt find an option to rebind the report in service&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Download the PBIX&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;(now it connects to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#99CC00"&gt;correct dataset&lt;/FONT&gt;) - &lt;EM&gt;after the CI/CD rebind still it points to dev Dataset (do you think this will be different if we do it in service?)&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Finally Edit it then&amp;nbsp;republish - &lt;EM&gt;this will only work if rebound report contains metadata of dataset present in target workspace, which is not in our case&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;We are not using &lt;STRONG&gt;Power BI desktop&lt;/STRONG&gt; in the above process all the code are either in CI/CD or we use C# code to perform actions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also tried an alternative with using blank report&lt;/P&gt;&lt;P&gt;- create a blank report in target workspace(now this points to a correct dataset)&lt;/P&gt;&lt;P&gt;- get the rebound report and paste the layout file from rebound report to blank report&lt;/P&gt;&lt;P&gt;- post the update blank report - This will successed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT!!, the problem is we will lose all the themes and images and all other things that was present with rebound reports, do we have any workaround or alternative for this?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Dec 2025 11:54:50 GMT</pubDate>
    <dc:creator>ChetanK004</dc:creator>
    <dc:date>2025-12-26T11:54:50Z</dc:date>
    <item>
      <title>How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908511#M64191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this&amp;nbsp;workflow&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;I create a dataset in my dev workspace and point it to dev database&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;I deploy this from dev to many target workspaces&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;I deploy this using CI/CD and publish it to various workspace, and during the process i rebind all the report in the workspace to target workspace dataset&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;I try to download one of the report using live connection&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Update the layout of report and Try to publish it back using PostImportFile REST API&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;I get &lt;EM&gt;&lt;STRONG&gt;PowerBIModelNotFoundException&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;on publishing&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Did a deep down and found that this exceptions occurs due to&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When we download live connection it will not have dataset related metadata&lt;/LI&gt;&lt;LI&gt;When we rebind the dataset it will only change a service connection inside the dataset and not the live connection&lt;/LI&gt;&lt;LI&gt;When ever we dowload and open PBIX it connects to &lt;STRONG&gt;dev model&lt;/STRONG&gt; rather the &lt;STRONG&gt;target workspace modal&lt;/STRONG&gt;, hence making any changes to the report and pushing back fails because the live conencted modal(dev modal) doesnot exists in the target workspace&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="javascript"&gt;{
  "Version": 2,
  "Connections": [
    {
      "Name": "EntityDataSource",
      "ConnectionString": "*****"
      "ConnectionType": "pbiServiceLive",
      "PbiServiceModelId": ******,
      "PbiModelVirtualServerName": "******",
      "PbiModelDatabaseName": "d*******3"
    }
  ],
  "RemoteArtifacts": [
    {
      "DatasetId": "f*******c",
      "ReportId": "1********6"
    }
  ],
  "OriginalWorkspaceObjectId": "9**********7"
}
 ​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the above when we perform rebinding the &lt;EM&gt;&lt;STRONG&gt;RemoteArtifacts&lt;/STRONG&gt;&lt;/EM&gt;.&lt;EM&gt;&lt;STRONG&gt;DatasetId&lt;/STRONG&gt; &lt;/EM&gt;set gets changed but not&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;PbiModelDatabaseName&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we change the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;PbiModelDatabaseName&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to the target workspace dataset Id would it work?&lt;/P&gt;&lt;P&gt;If so how do we change it dynamically (either REST API or Tabular Editor), also what value would we need to provide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If above changes is not possible what else could we try to accomplish the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2025 14:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908511#M64191</guid>
      <dc:creator>ChetanK004</dc:creator>
      <dc:date>2025-12-25T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908570#M64192</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1425130"&gt;@ChetanK004&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I hope you are doing well today &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;☺️&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So when you&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;Rebind a report&lt;/FONT&gt;&lt;/STRONG&gt; in the Power BI Service only the service-side binding is updated. The internal connection metadata stored inside the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;PBIX file Itself is not changed&lt;/FONT&gt;&lt;/STRONG&gt;. Also when you download a live-connected PBIX it will still point to the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;original Dev dataset&lt;/FONT&gt;&lt;/STRONG&gt; which causes &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;PowerBIModelNotFoundException&lt;/FONT&gt; &lt;/STRONG&gt;when you modify and republish it to a different workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4" color="#FF6600"&gt;Note:&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;There is no supported &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;API or tool&lt;/STRONG&gt;&lt;/FONT&gt; (REST, Tabular Editor, XMLA) that can &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;modify live connection metadata&lt;/FONT&gt;&lt;/STRONG&gt; inside a PBIX file (Live semantic model connections cant be parameterized or dynamically updated)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only &lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;Approach&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/FONT&gt;I see is to&lt;STRONG&gt;&lt;FONT color="#99CC00"&gt; Rebind&lt;/FONT&gt;&amp;nbsp;a&lt;/STRONG&gt;fter publishing the report:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;POST https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/reports/{reportId}/Rebind
{
  "datasetId": "target-dataset-id"
}&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Also it works with&amp;nbsp;CI/CD&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if you want to &lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;Edit the PBIX&lt;/STRONG&gt;&lt;/FONT&gt;...you can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Rebind the report&lt;/STRONG&gt; &lt;/FONT&gt;in the service to the target dataset&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Download the PBIX&lt;/FONT&gt; &lt;/STRONG&gt;(now it connects to the &lt;FONT color="#99CC00"&gt;correct dataset&lt;/FONT&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Finally Edit it then&amp;nbsp;republish&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you need more &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;details&lt;/FONT&gt; &lt;/STRONG&gt;about &lt;FONT size="4" color="#3366FF"&gt;&lt;STRONG&gt;Rebinding the report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report" target="_self"&gt;Reports - Rebind Report (Microsoft Learn)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;EM&gt;if this post helps, then I would appreciate a thumbs up&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;and&amp;nbsp;&lt;STRONG&gt;mark it as the solution&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;to help the other members find it more quickly.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Dec 2025 22:11:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908570#M64192</guid>
      <dc:creator>Ahmed-Elfeel</dc:creator>
      <dc:date>2025-12-25T22:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908872#M64199</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838901"&gt;@Ahmed-Elfeel&lt;/a&gt;&amp;nbsp;, Thanks for the response,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say &lt;STRONG&gt;&lt;EM&gt;rebind after publishing the report&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt; - we are doing the rebind after publishing the reports to target workspace using CI/CD (is this what you meant or something else ?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Rebind the report&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;in the service to the target dataset - &lt;EM&gt;I couldnt find an option to rebind the report in service&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Download the PBIX&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;(now it connects to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#99CC00"&gt;correct dataset&lt;/FONT&gt;) - &lt;EM&gt;after the CI/CD rebind still it points to dev Dataset (do you think this will be different if we do it in service?)&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Finally Edit it then&amp;nbsp;republish - &lt;EM&gt;this will only work if rebound report contains metadata of dataset present in target workspace, which is not in our case&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;We are not using &lt;STRONG&gt;Power BI desktop&lt;/STRONG&gt; in the above process all the code are either in CI/CD or we use C# code to perform actions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also tried an alternative with using blank report&lt;/P&gt;&lt;P&gt;- create a blank report in target workspace(now this points to a correct dataset)&lt;/P&gt;&lt;P&gt;- get the rebound report and paste the layout file from rebound report to blank report&lt;/P&gt;&lt;P&gt;- post the update blank report - This will successed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT!!, the problem is we will lose all the themes and images and all other things that was present with rebound reports, do we have any workaround or alternative for this?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 11:54:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4908872#M64199</guid>
      <dc:creator>ChetanK004</dc:creator>
      <dc:date>2025-12-26T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4909718#M64211</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1425130"&gt;@ChetanK004&lt;/a&gt;,&lt;BR /&gt;At the moment, Power BI does not support updating live connection metadata inside a PBIX like PbiModelDatabaseName through API or tooling. Because of this limitation, scenarios like CI/CD-based republish of live-connected reports are restricted.&lt;/P&gt;
&lt;P&gt;If this capability is important for your deployment flow, I would recommend raising this as an Idea&amp;nbsp;on the Microsoft Fabric / Power BI Ideas forum. That way, the product team can review it and other users facing the same issue can vote on it.&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas" target="_blank"&gt;Fabric Ideas - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 09:28:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4909718#M64211</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2025-12-29T09:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4910455#M64226</link>
      <description>&lt;P&gt;Are you using Microsoft Fabric Git integration as part of your CI/CD strategy? If so, it might be a good idea to test working with the Power BI Desktop Project instead:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-overview" target="_blank"&gt;Power BI Desktop projects (PBIP) - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 16:32:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4910455#M64226</guid>
      <dc:creator>KevinChant</dc:creator>
      <dc:date>2025-12-30T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911331#M64245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1425130"&gt;@ChetanK004&lt;/a&gt;,&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:47:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911331#M64245</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2026-01-02T04:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911337#M64246</link>
      <description>&lt;P&gt;Hi Kevin, No we dont have the requirement to work with Power BI Desktop hence we cannot be using PBIP, we needed it to be part of the service&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 05:06:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911337#M64246</guid>
      <dc:creator>ChetanK004</dc:creator>
      <dc:date>2026-01-02T05:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911344#M64247</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253488"&gt;@v-hjannapu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here is the idea have posted in the forum &lt;A title="Idea for change the connection of live connected reports" href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Ability-to-Change-the-origin-dataset-connection-for-Live/idi-p/4911341#M165794" target="_self"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/Ability-to-Change-the-origin-dataset-connection-for-Live/idi-p/4911341#M165794&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 05:18:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911344#M64247</guid>
      <dc:creator>ChetanK004</dc:creator>
      <dc:date>2026-01-02T05:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the connections details of published dataset in service for live connection</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911346#M64248</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1425130"&gt;@ChetanK004&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for sharing your idea in the Ideas forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We appreciate your contribution. Please note that Microsoft regularly reviews ideas shared by the community, and your suggestion may be considered for future updates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you once again, and we encourage you to continue engaging with the Microsoft Fabric Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;&lt;/SPAN&gt;Community Support Team.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 05:22:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-change-the-connections-details-of-published-dataset-in/m-p/4911346#M64248</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2026-01-02T05:22:44Z</dc:date>
    </item>
  </channel>
</rss>

