<?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 for PowerBi embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/174494#M5680</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/29265"&gt;@jhrc_lda&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I can reproduce the same issue here. Just raise &lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/issues/86" target="_self"&gt;a issue&lt;/A&gt; in the Github lab.&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2017 07:26:55 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-05-12T07:26:55Z</dc:date>
    <item>
      <title>Clone report for PowerBi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/170104#M5632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you guys able to clone reports with the Api.Core library? This is what I'm trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I have a report in workspace X&lt;/P&gt;&lt;P&gt;2) Want to clone the report from workspace X to workspace Y&lt;/P&gt;&lt;P&gt;3) I'm not specifying the dataset id, as it is an optional value and I assume will be cloned as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I'm trying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            var cloneReportRequest = new CloneReportRequest(newName, targetWorkspaceId);
            var credentials = new TokenCredentials(Utils.accessKey, "AppKey");
            var client = new PowerBIClient(credentials);
            client.BaseUri = new Uri(Utils.apiEndpointUri);
            Report report;

            using (client)
            {
                report = client.Reports.CloneReport(
                        workspaceCollectionName,
                        workspaceId,
                        reportId,
                        cloneReportRequest);
            }&lt;/PRE&gt;&lt;P&gt;I have tried the provision sample for PowerBI Embeded, PowerCli and the code above. All of them return "Bad Request". There is not much documentation on it other than:&amp;nbsp;&lt;A href="https://docs.microsoft.com/de-ch/dotnet/api/microsoft.powerbi.api.v1.reportsextensions.clonereport?view=powerbiapi-1.1.10" target="_blank"&gt;https://docs.microsoft.com/de-ch/dotnet/api/microsoft.powerbi.api.v1.reportsextensions.clonereport?view=powerbiapi-1.1.10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same config works to create reports, generate embed tokens, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion is appareciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 04:56:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/170104#M5632</guid>
      <dc:creator>jhrc_lda</dc:creator>
      <dc:date>2017-05-05T04:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clone report for PowerBi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/174494#M5680</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/29265"&gt;@jhrc_lda&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I can reproduce the same issue here. Just raise &lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/issues/86" target="_self"&gt;a issue&lt;/A&gt; in the Github lab.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 07:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/174494#M5680</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-05-12T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clone report for PowerBi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/185623#M5922</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&amp;nbsp;Thanks for your comment!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried both, the API and the Provision Sample, none of then worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a replied yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 23:58:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/185623#M5922</guid>
      <dc:creator>jhrc_lda</dc:creator>
      <dc:date>2017-05-31T23:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clone report for PowerBi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/226966#M7162</link>
      <description>&lt;P&gt;Fairly certain that is deprecated at this point, it doesn't look like there is a "clone" capability on the currently supported version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Api docs&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/library/dn877544.aspx" target="_blank"&gt;https://msdn.microsoft.com/library/dn877544.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c# client sdk for api&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-CSharp" target="_blank"&gt;https://github.com/Microsoft/PowerBI-CSharp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;note that the github repo mentioned has not been commited to in awhile, my guess is that it's not being actively maintained.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 21:33:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/226966#M7162</guid>
      <dc:creator>dmoenkhaus</dc:creator>
      <dc:date>2017-08-07T21:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Clone report for PowerBi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/241351#M7544</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow the MSDN API specification here: &lt;A href="https://msdn.microsoft.com/en-us/library/mt784674.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/mt784674.aspx&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Clone API within workspace and across workspaces is available for a while both for the old (deprecated) Azure embedding using app key authenication and through the new way of embdding using user AAD token to Power BI.&lt;/P&gt;&lt;P&gt;Actually this API is availbale for every Power BI user who whiches to automate his workflow.&lt;/P&gt;&lt;P&gt;I believe the issue you encountered is due to lacking dataset id in the "Y" workspace which is mandatory paramter when cloning reports across workspaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know&amp;nbsp;in case you encounter any other issues,&lt;/P&gt;&lt;P&gt;Arina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:12:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Clone-report-for-PowerBi-embedded/m-p/241351#M7544</guid>
      <dc:creator>arinah</dc:creator>
      <dc:date>2017-08-29T12:12:27Z</dc:date>
    </item>
  </channel>
</rss>

