<?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: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4355748#M58938</link>
    <description>&lt;P&gt;The logicalId is actual a GUID. You can generate a new GUID and modified manually the save as / copy of a PBIP report and semantic model using lot of possibilities e.g. ADO PowerShell task &lt;A href="https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/new-guid" target="_blank"&gt;https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/new-guid&lt;/A&gt; or use online tool like&amp;nbsp;&lt;A href="https://www.guidgenerator.com" target="_blank"&gt;https://www.guidgenerator.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 19:27:26 GMT</pubDate>
    <dc:creator>hski-bayer</dc:creator>
    <dc:date>2025-01-08T19:27:26Z</dc:date>
    <item>
      <title>Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspace.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3628780#M48440</link>
      <description>&lt;P&gt;I'm getting an error that says:&lt;/P&gt;&lt;H2&gt;&lt;EM&gt;Duplicate logicalIDs&lt;/EM&gt;&lt;/H2&gt;&lt;P&gt;&lt;EM&gt;This action can't be completed because the following items have duplicate logicalIDs.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to fix this issue? I deleted the old file in the workspace but I'm still getting the same issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 06:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3628780#M48440</guid>
      <dc:creator>dendenharmet</dc:creator>
      <dc:date>2024-01-10T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3628854#M48455</link>
      <description>&lt;P&gt;I was able to solve this by deleting the pbip and its files locally then push and merge it to the branch that is connected in the workspace.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 07:15:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3628854#M48455</guid>
      <dc:creator>dendenharmet</dc:creator>
      <dc:date>2024-01-10T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3662655#M49174</link>
      <description>&lt;P&gt;FYI, did not work for me...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in local file system I tweaked&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;*.Dataset/item.config.json
*.Report/item.config.json&lt;/LI-CODE&gt;&lt;P&gt;and bumped up the logical ID by one... So far no issues with this...&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 12:09:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3662655#M49174</guid>
      <dc:creator>WilkoH</dc:creator>
      <dc:date>2024-01-26T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3795145#M51087</link>
      <description>&lt;P&gt;For whomever this may help. I was able to find the logicalID inside the .platform file inside the *.Report directory where my .pibp file is saved.&lt;BR /&gt;&lt;BR /&gt;I incremented it by 1 and it allowed me to sync.&lt;BR /&gt;&lt;BR /&gt;Edit:&lt;BR /&gt;Apparently whenever you save, the LogicalId value needs to be re-updated in the .platform file as it resets to the old value.&lt;BR /&gt;A tad annoying. It'd be great if duplicating reports and putting the duplicates under source code control was less fussy.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 21:23:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/3795145#M51087</guid>
      <dc:creator>EvanSkam</dc:creator>
      <dc:date>2024-03-27T21:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4327874#M58668</link>
      <description>&lt;P&gt;I found a workaround for this problem, maybe someone else will be interested. The report and semantic model in Power BI Project (.pbip) each have their own LocalID. These LocalIDs are somehow related, but it's not clear to me exactly how. Therefore, if you currently (December 2024) want to synchronize multiple Power BI Projects (.pbip) via Git/GitHub that were originally created as one, later copied and when you try to synchronize you get the error "&lt;EM&gt;Duplicate logicalIDs, This action can't be completed because the following items have duplicate logicalIDs.&lt;/EM&gt; ", it is not enough to simply change the LocalIDs in the .platform files that are located in the &lt;EM&gt;&amp;lt;your project&amp;gt;.Report&lt;/EM&gt;, &amp;lt;&lt;EM&gt;your project&amp;gt;.SemanticModel&lt;/EM&gt; directories. Even though it's a valid GUID.&lt;/P&gt;&lt;P&gt;When I try to open a project with such manipulated LocalIDs in Power BI Desktop, I get the error "&lt;EM&gt;Cannot oper report, Cannot read '&amp;lt;path to your project&amp;gt;\&amp;lt;your project&amp;gt;.Report\.platform': Required properties are missing from object: logicalID, line 7, position 13.&lt;/EM&gt;"&lt;BR /&gt;The trick I use is to open a new blank project in Power Bi Desktop, name it the same as the one with the duplicate localID, and save it in a temporary directory as .pbip. I then copy the two .platform files from it into&amp;nbsp;&lt;EM&gt;&amp;lt;your project&amp;gt;.Report, &amp;lt;your project&amp;gt;.SemanticModel&lt;/EM&gt; directories.&amp;nbsp;Synchronization with GitHub then works and further development can continue in Power BI desktop.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 11:32:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4327874#M58668</guid>
      <dc:creator>voytaw</dc:creator>
      <dc:date>2024-12-13T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4350088#M58879</link>
      <description>&lt;P&gt;Still struggling with the same issue, open pbip file and SAVE AS pbip with new name doesn't create a new logicalID which results in issues when commit this new pbip to Git and sync the PBI workspace.&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;Duplicate logicalIDs, This action can't be completed because the following items have duplicate logicalIDs.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 17:00:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4350088#M58879</guid>
      <dc:creator>hski-bayer</dc:creator>
      <dc:date>2025-01-03T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4355748#M58938</link>
      <description>&lt;P&gt;The logicalId is actual a GUID. You can generate a new GUID and modified manually the save as / copy of a PBIP report and semantic model using lot of possibilities e.g. ADO PowerShell task &lt;A href="https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/new-guid" target="_blank"&gt;https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/new-guid&lt;/A&gt; or use online tool like&amp;nbsp;&lt;A href="https://www.guidgenerator.com" target="_blank"&gt;https://www.guidgenerator.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 19:27:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4355748#M58938</guid>
      <dc:creator>hski-bayer</dc:creator>
      <dc:date>2025-01-08T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspac</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4396442#M59343</link>
      <description>&lt;P&gt;It worked! Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 13:34:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Workspace-Git-Integration-Unable-to-sync-a-renamed-Power-BI/m-p/4396442#M59343</guid>
      <dc:creator>fuxia84</dc:creator>
      <dc:date>2025-02-05T13:34:17Z</dc:date>
    </item>
  </channel>
</rss>

