<?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: Automation of report downloading and storing in afolder on PBI workspace in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4356947#M39183</link>
    <description>&lt;P&gt;Thankyou soo much for the solution&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 10:29:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-09T10:29:14Z</dc:date>
    <item>
      <title>Automation of report downloading and storing in afolder on PBI workspace</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4354907#M39150</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;BR /&gt;I am trying to dowload all the published reports and storing it in a folder on workspace itself .&amp;nbsp;&lt;BR /&gt;i tried using Selenium but was not able to generate the desired output&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It would be really helpful if you help .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 10:02:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4354907#M39150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-08T10:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of report downloading and storing in afolder on PBI workspace</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4355548#M39161</link>
      <description>&lt;P&gt;What's the business scenario?&amp;nbsp; This doesn't seem to be a great way of doing things.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 16:10:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4355548#M39161</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-01-08T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of report downloading and storing in afolder on PBI workspace</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4356351#M39169</link>
      <description>&lt;P&gt;Hi,lbendlin ,thanks for your concern about this issue.&lt;/P&gt;
&lt;P&gt;Your answer is excellent!&lt;BR /&gt;And I would like to share some additional solutions below.&lt;/P&gt;
&lt;P&gt;Hello,Anonymous&lt;/LI-USER&gt; .I am glad to help you.&lt;BR /&gt;I think you can try to use Rest API to download the same file from the specified workspace to the specified storage address and then use power shell/Rest API to publish the reports. Specify the workspaceID and publish the reports to the corresponding workspace.&lt;BR /&gt;&lt;SPAN&gt;DownLoad pbix files:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank"&gt;&lt;SPAN&gt;Reports - Export Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be aware that there are some restrictions when downloading pbix files:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix#limitations-when-downloading-a-report-pbix-file" target="_blank"&gt;&lt;SPAN&gt;Download a report from the Power BI service to Power BI Desktop - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;About Publish reports:&lt;BR /&gt;PowerShell:&lt;/P&gt;
&lt;P lang="x-none"&gt;&lt;A href="https://www.antmanbi.com/post/publish-power-bi-reports-using-powershell-cmdlet" target="_blank"&gt;Publish Power BI reports using PowerShell Cmdlet&lt;/A&gt;&lt;BR /&gt;Rest API:&lt;/P&gt;
&lt;P lang="x-none"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-upload-a-locally-created-PBIX-file-to-the-PBI-server/m-p/925498" target="_blank"&gt;Solved: How to upload a locally created PBIX file to the P... - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also try the API federation Power Automate to automate these operations&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export" target="_blank"&gt;Export and email a report with Power Automate - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One thing to note:&lt;BR /&gt;Currently Power BI's folders are recognized more as paths than an actual optional path parameter. (You can get information about all the elements stored in a workspace using the API, a folder ID exists for content stored in a folder)&lt;/P&gt;
&lt;P&gt;But currently, you may can not specify the folder ID in the API&lt;/P&gt;
&lt;P&gt;When uploading a report, you cannot directly specify the folder ID where it will be stored.&lt;BR /&gt;I recommend that you manually move the report to the specified workspace folder after the automatic upload of the report.&lt;BR /&gt;&lt;BR /&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 05:26:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4356351#M39169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-09T05:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automation of report downloading and storing in afolder on PBI workspace</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4356947#M39183</link>
      <description>&lt;P&gt;Thankyou soo much for the solution&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automation-of-report-downloading-and-storing-in-afolder-on-PBI/m-p/4356947#M39183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-09T10:29:14Z</dc:date>
    </item>
  </channel>
</rss>

