<?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: Clone Report - targetWorkspaceId and targetModelId in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/389076#M11567</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can clone a report into the same workspace, or you can clone the report to a different workspace.&lt;/P&gt;&lt;P&gt;TargetWorkspaceId is the ID of the workspace where you want to clone the report.&lt;/P&gt;&lt;P&gt;TargetModelId is the ID of the dataset in the target workspace from where the report will take the data.&lt;/P&gt;&lt;P&gt;To obtain the values, you can loop through the reports and dashboards collections in the target database, and get the id.&lt;/P&gt;&lt;P&gt;If you need more help let me know.&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;</description>
    <pubDate>Tue, 03 Apr 2018 22:31:26 GMT</pubDate>
    <dc:creator>MarianoCatalano</dc:creator>
    <dc:date>2018-04-03T22:31:26Z</dc:date>
    <item>
      <title>Clone Report - targetWorkspaceId and targetModelId</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/388857#M11557</link>
      <description>&lt;P&gt;I am looking to use the clone report Power BI REST API resource. In the request, the &lt;STRONG&gt;&lt;U&gt;'targetModelId'&lt;/U&gt;&lt;/STRONG&gt; and the &lt;U&gt;&lt;STRONG&gt;'targetWorkspaceId'&lt;/STRONG&gt;&lt;/U&gt; are required strings. What are these values? Where can I find or obtain these values? What is 'targetModelId' and 'targetWorkspaceId'?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:46:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/388857#M11557</guid>
      <dc:creator>ac17211</dc:creator>
      <dc:date>2018-04-03T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clone Report - targetWorkspaceId and targetModelId</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/389076#M11567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can clone a report into the same workspace, or you can clone the report to a different workspace.&lt;/P&gt;&lt;P&gt;TargetWorkspaceId is the ID of the workspace where you want to clone the report.&lt;/P&gt;&lt;P&gt;TargetModelId is the ID of the dataset in the target workspace from where the report will take the data.&lt;/P&gt;&lt;P&gt;To obtain the values, you can loop through the reports and dashboards collections in the target database, and get the id.&lt;/P&gt;&lt;P&gt;If you need more help let me know.&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 22:31:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/389076#M11567</guid>
      <dc:creator>MarianoCatalano</dc:creator>
      <dc:date>2018-04-03T22:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clone Report - targetWorkspaceId and targetModelId</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/818915#M21114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="59938" data-lia-user-login="ac17211" class="lia-mention lia-mention-user"&gt;ac17211&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you are successful in cloning the report from one workspace to another workspace.&lt;/P&gt;&lt;P&gt;Can you please share me the script for cloning the report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to clone the report using the "Try it" option on this below link and keep getting the below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  &lt;SPAN class="hljs-attr"&gt;"error"&lt;/SPAN&gt;: {
    &lt;SPAN class="hljs-attr"&gt;"code"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"BadRequest"&lt;/SPAN&gt;,
    &lt;SPAN class="hljs-attr"&gt;"message"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Bad Request"&lt;/SPAN&gt;,
    &lt;SPAN class="hljs-attr"&gt;"details"&lt;/SPAN&gt;: [
      {
        &lt;SPAN class="hljs-attr"&gt;"message"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Error converting value \"6778155\" to type 'System.Nullable`1[System.Guid]'. Path 'targetModelId', line 3, position 32."&lt;/SPAN&gt;,
        &lt;SPAN class="hljs-attr"&gt;"target"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"request.targetModelId"&lt;/SPAN&gt;
      }
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/clonereportingroup#clonereportrequest" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/reports/clonereportingroup#clonereportrequest &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 23:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-Report-targetWorkspaceId-and-targetModelId/m-p/818915#M21114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T23:15:39Z</dc:date>
    </item>
  </channel>
</rss>

