<?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: Auto Refresh On Premise reports on the Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2431692#M23561</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your description, I think you can use the following&lt;STRONG&gt; PowerShell functions&lt;/STRONG&gt; to refresh the powerbi report hosted on the powerbi report server.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Get-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;New-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;This allows you to create (new), get and start cache refresh schedules for Power BI reports deployed to PBIRS instances. For clarity, these only apply to reports that use the import model and not to reports that use direct queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Depending on your application scenario, refer to the following links for details.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Microsoft/ReportingServicesTools" target="_blank"&gt;GitHub - microsoft/ReportingServicesTools: Reporting Services Powershell Tools&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;
&lt;P&gt;&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;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2022 10:10:28 GMT</pubDate>
    <dc:creator>v-henryk-mstf</dc:creator>
    <dc:date>2022-04-01T10:10:28Z</dc:date>
    <item>
      <title>Auto Refresh On Premise reports on the Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2420547#M23492</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a different methods to auto refresh reports, these reports are on Premise hosted on Power BI Report Server.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 06:46:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2420547#M23492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-28T06:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh On Premise reports on the Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2422650#M23509</link>
      <description>&lt;P&gt;There are not a lot of options in this area. But it depends on what problem you are trying to solve or what errors you are getting as to what the possible solutions or workarounds might be. Can you give us more details on the problem you are trying to solve?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 22:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2422650#M23509</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-03-28T22:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh On Premise reports on the Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2431692#M23561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your description, I think you can use the following&lt;STRONG&gt; PowerShell functions&lt;/STRONG&gt; to refresh the powerbi report hosted on the powerbi report server.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Get-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;New-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start-RsRestCacheRefreshPlan&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;This allows you to create (new), get and start cache refresh schedules for Power BI reports deployed to PBIRS instances. For clarity, these only apply to reports that use the import model and not to reports that use direct queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Depending on your application scenario, refer to the following links for details.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Microsoft/ReportingServicesTools" target="_blank"&gt;GitHub - microsoft/ReportingServicesTools: Reporting Services Powershell Tools&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;
&lt;P&gt;&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;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 10:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2431692#M23561</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-04-01T10:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh On Premise reports on the Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2437764#M23594</link>
      <description>&lt;P&gt;I tried New-RsRestCacheRefreshPlan but the 'Internal Server' returns 500 error. I use Power BI Reporting Server with a import model. Data are imported from a MS SQL Server 2014 Express Edition without SQL Server Agent. Are there any other conditions that New-RsRestCacheRefreshPlan works properly?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 09:50:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/2437764#M23594</guid>
      <dc:creator>schueppi</dc:creator>
      <dc:date>2022-04-05T09:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh On Premise reports on the Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/3313943#M30363</link>
      <description>&lt;P&gt;Hi Henry,&lt;BR /&gt;How can we setup hourly refresh plan on PBI report server using 'New-RsRestCacheRefreshPlan' function in Powershell&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 08:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Auto-Refresh-On-Premise-reports-on-the-Report-Server/m-p/3313943#M30363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-04T08:41:22Z</dc:date>
    </item>
  </channel>
</rss>

