<?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 Export Embedded Power BI Report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/998980#M22876</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently tasked with exporting Power Bi Reports in an Angular/.Net Embedding Application with the newly released functionality as seen here:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#step-3---getting-the-file" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#step-3---getting-the-file&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the snippets they provided here but I'm getting no Export Id when running this line:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;export&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;client&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Reports&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ExportToFileInGroupAsync&lt;/SPAN&gt;&lt;SPAN&gt;(workspaceid,&amp;nbsp;reportid,&amp;nbsp;exportRequest);&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is groupId different from workspaceid? Any other ideas on why this is not working? With no workspaceId the polling doesn't work which means the export doesn't work.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 30 Mar 2020 17:27:19 GMT</pubDate>
    <dc:creator>AnonDev</dc:creator>
    <dc:date>2020-03-30T17:27:19Z</dc:date>
    <item>
      <title>Export Embedded Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/998980#M22876</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently tasked with exporting Power Bi Reports in an Angular/.Net Embedding Application with the newly released functionality as seen here:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#step-3---getting-the-file" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#step-3---getting-the-file&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the snippets they provided here but I'm getting no Export Id when running this line:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;export&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;client&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Reports&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ExportToFileInGroupAsync&lt;/SPAN&gt;&lt;SPAN&gt;(workspaceid,&amp;nbsp;reportid,&amp;nbsp;exportRequest);&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is groupId different from workspaceid? Any other ideas on why this is not working? With no workspaceId the polling doesn't work which means the export doesn't work.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:27:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/998980#M22876</guid>
      <dc:creator>AnonDev</dc:creator>
      <dc:date>2020-03-30T17:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Embedded Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/999176#M22880</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/218793"&gt;@AnonDev&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Group Id is the Workspace Id.&lt;BR /&gt;One restriction is that you have to be running in a premium capacity. Other limitations are detailed in this blog post &amp;gt; &lt;A title="Export to file API limitations" href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#limitations" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#limitations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am just getting started with this API myself, but haven't hit this issue (yet). I am assuming that other calls you are making to the API are functioning,,, so it isn't a permission thing?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 20:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/999176#M22880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T20:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export Embedded Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1000726#M22886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I'll double check with the premium capacity. Other work I've done on this is just collecting Embed information and I haven't run into permissions issues there. If you do get it working, would it be possible to share the differences with the given snippet from Microsoft?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 13:31:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1000726#M22886</guid>
      <dc:creator>AnonDev</dc:creator>
      <dc:date>2020-03-31T13:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export Embedded Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1000767#M22889</link>
      <description>&lt;P&gt;Of course. I will try and spend some more time on this later and share what I find.&lt;BR /&gt;Cheers, Matt&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 13:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1000767#M22889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-31T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export Embedded Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1137273#M23982</link>
      <description>&lt;P&gt;hi @Anonymous&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/218793"&gt;@AnonDev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want to check if you guys have found solution for this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing a similar issue with the async call&amp;nbsp;client.Reports.ExportToFileInGroupAsync using the service principal.&lt;/P&gt;&lt;P&gt;During the debug session, my Visual Studio kept waiting for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Doan&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 23:42:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Embedded-Power-BI-Report/m-p/1137273#M23982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T23:42:43Z</dc:date>
    </item>
  </channel>
</rss>

