<?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: exporting data from visuals in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/exporting-data-from-visuals/m-p/3846959#M34591</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724244" data-lia-user-login="Rons" class="lia-mention lia-mention-user"&gt;Rons&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes , you can use API to achieve this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Power BI Rest API provides endpoints for various operations, including exporting data. You can use it to automate data exports from visuals.&lt;/LI&gt;
&lt;LI&gt;To get started, execute the first Rest API call to obtain an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exportId&lt;/STRONG&gt;. This ID will be used in subsequent steps.&lt;/LI&gt;
&lt;LI&gt;Go to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Report – Export to File in Group&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page and enter the necessary details (such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;groupId&lt;/STRONG&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;reportId&lt;/STRONG&gt;, and desired&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;format&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like “PDF”) in the request body.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Below is the link about API(export the pdf) will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to" target="_blank"&gt;Export Power BI embedded analytics reports API - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-use-Power-BI-Rest-API-to-export-the-Power-BI-Report-in/ba-p/2179741" target="_blank"&gt;How to use Power BI Rest API to export the Power B... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 01:22:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-18T01:22:24Z</dc:date>
    <item>
      <title>exporting data from visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/exporting-data-from-visuals/m-p/3845619#M34587</link>
      <description>&lt;P&gt;hey, im trying to find a way to export data from visuals in reports every few days automatically - is there a way to do that from the report server? maybe with api?&lt;BR /&gt;i would love to get some help, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:35:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/exporting-data-from-visuals/m-p/3845619#M34587</guid>
      <dc:creator>Rons</dc:creator>
      <dc:date>2024-04-17T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/exporting-data-from-visuals/m-p/3846959#M34591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724244" data-lia-user-login="Rons" class="lia-mention lia-mention-user"&gt;Rons&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes , you can use API to achieve this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Power BI Rest API provides endpoints for various operations, including exporting data. You can use it to automate data exports from visuals.&lt;/LI&gt;
&lt;LI&gt;To get started, execute the first Rest API call to obtain an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exportId&lt;/STRONG&gt;. This ID will be used in subsequent steps.&lt;/LI&gt;
&lt;LI&gt;Go to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Report – Export to File in Group&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page and enter the necessary details (such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;groupId&lt;/STRONG&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;reportId&lt;/STRONG&gt;, and desired&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;format&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like “PDF”) in the request body.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Below is the link about API(export the pdf) will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to" target="_blank"&gt;Export Power BI embedded analytics reports API - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-use-Power-BI-Rest-API-to-export-the-Power-BI-Report-in/ba-p/2179741" target="_blank"&gt;How to use Power BI Rest API to export the Power B... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 01:22:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/exporting-data-from-visuals/m-p/3846959#M34591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-18T01:22:24Z</dc:date>
    </item>
  </channel>
</rss>

