<?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: Report screen refreshing automatically in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1470533#M16505</link>
    <description>&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh" target="_blank"&gt;Automatic page refresh in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Only works for Direct Query data sources.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 01:57:13 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-11-03T01:57:13Z</dc:date>
    <item>
      <title>Report screen refreshing automatically</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1461028#M16426</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to refresh my report screen automatically without any interaction of the user. Is it possible?. I have scheduled a refreshment that takes place every minute but only works clicking the refresh button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 13:23:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1461028#M16426</guid>
      <dc:creator>JIblasco</dc:creator>
      <dc:date>2020-10-28T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Report screen refreshing automatically</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1470533#M16505</link>
      <description>&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh" target="_blank"&gt;Automatic page refresh in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Only works for Direct Query data sources.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 01:57:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1470533#M16505</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-11-03T01:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report screen refreshing automatically</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1470888#M16507</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="254042" data-lia-user-login="JIblasco" class="lia-mention lia-mention-user"&gt;JIblasco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&amp;nbsp;gives the official solution, that's so great, but it only work on the standard version of PBI, not on-premise PBIRS.&lt;/P&gt;&lt;P&gt;I have a solution, you just need to write a simple javascript code in your browser console and run it, so that the report page can schedule refresh every minute or every second (depending on your need) , you can refer to &lt;A href="https://d-bi.gitee.io/page-autorefresh-pbi-reportserver-portal/" target="_self"&gt;this article&lt;/A&gt; for detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;setInterval(function(){document.getElementById(&amp;lt;input the id of refresh button&amp;gt;).click(); }, 5000);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although it&amp;nbsp;works for both Import and Direct Query data sources, if you use the import mode, you still need to set the schedule refresh for the data, since the page refresh is only for cache data of the page instead of the underlying dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Mark this post as solution if this helps, thanks!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 06:54:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1470888#M16507</guid>
      <dc:creator>DavisBI</dc:creator>
      <dc:date>2020-11-03T06:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Report screen refreshing automatically</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1471068#M16511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer. As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="220984" data-lia-user-login="DavisBI" class="lia-mention lia-mention-user"&gt;DavisBI&lt;/a&gt;&amp;nbsp;says, your solution only works with the standard Power BI Desktop version, but I'm using Power BI Dektop for Report Server. The refresh option in this version doesn't exist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thanks again for yor answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 07:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1471068#M16511</guid>
      <dc:creator>JIblasco</dc:creator>
      <dc:date>2020-11-03T07:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Report screen refreshing automatically</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1471074#M16512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="220984" data-lia-user-login="DavisBI" class="lia-mention lia-mention-user"&gt;DavisBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, if there is no option to refresh the report, I'll try to refresh the browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 07:54:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-screen-refreshing-automatically/m-p/1471074#M16512</guid>
      <dc:creator>JIblasco</dc:creator>
      <dc:date>2020-11-03T07:54:28Z</dc:date>
    </item>
  </channel>
</rss>

