<?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: Power BI Embedded API - How to export a filtered report? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1362902#M25675</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Is this something you do?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 01:11:19 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-09-11T01:11:19Z</dc:date>
    <item>
      <title>Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1361388#M25662</link>
      <description>&lt;P&gt;My application displays a Power BI report from my workspace via the Power BI Embedded API.&amp;nbsp; My user has clicked an element of a bar chart visualization, which automatically filters the data on the other visualizations accordingly.&amp;nbsp; Now, she wants to export that filtered view to a PDF.&amp;nbsp; I've seen the code examples for doing an export to file, but that seems to imply just exporting the base report from the workspace.&amp;nbsp; How do I export the current view of the report, as filtered by the user?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:17:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1361388#M25662</guid>
      <dc:creator>erosal84</dc:creator>
      <dc:date>2020-09-10T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1362902#M25675</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Is this something you do?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 01:11:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1362902#M25675</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-11T01:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1363177#M25676</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt; - no, I have no experience with embedded, unfortunately. Sorry &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="kpm-root" class="kpm_LTR notranslate" translate="no"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Sep 2020 02:51:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1363177#M25676</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-09-11T02:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1363182#M25677</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;No worries, thought I would ask!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 02:52:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1363182#M25677</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-11T02:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1374337#M25734</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/247878"&gt;@erosal84&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Perhaps you can take a look at power bi javascript api that use javascript to extract data from the current report and visauls:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Export-Data" target="_self"&gt;PowerBI-JavaScript/wiki/Export-Data&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 08:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1374337#M25734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-16T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded API - How to export a filtered report?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1778574#M28890</link>
      <description>&lt;P&gt;I´m having the same issue when exporting a power bi embedded report to pdf. Even though I capture the current state of the report as a bookmark using the javascript sdk and then pass the bookmark state to the backend when exporting the report it only get exported in its initial state, meaning that when users interact with the report and the report data changes, those changes are not reflected in the exported file. Did you find a solution?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 16:46:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-API-How-to-export-a-filtered-report/m-p/1778574#M28890</guid>
      <dc:creator>lnoguera</dc:creator>
      <dc:date>2021-04-11T16:46:18Z</dc:date>
    </item>
  </channel>
</rss>

