<?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: Data refresh on demand from Power BI Server (report built using Import mode) in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488011#M23950</link>
    <description>&lt;P&gt;The answer by&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;is incorrect. The Power Automate (flow) and Power App solutions only work for the Power BI Service. There is not on-demand refresh built-in for the on-prem report server. If the user has permission to manage the scheduled refreshes they can go in and click the "Run Now" button on one of those, but you cannot link this into a report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the expertise to build a web application you could probably use the Web API calls to generate a scheduled refresh and trigger the "run now" action, but that would be a fair bit of work.&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 07:25:20 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2022-05-02T07:25:20Z</dc:date>
    <item>
      <title>Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2486269#M23938</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;using:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Power Bi Desktop&lt;/STRONG&gt; 2.100.1381.0 64-bit (January 2022)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Power BI Report Server&lt;/STRONG&gt;&amp;nbsp;Version1.13.8086.22725(January 2022)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a tabular report &lt;STRONG&gt;in Import mode&lt;/STRONG&gt; that retrieves data from DB2 using a (SQL server) linked server.&lt;/P&gt;&lt;P&gt;I then uploaded the report to Power BI Server and I am currently refreshing it once every day using the Schedule Refresh option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that, on source system, data change continuosly and the end user doesn't see refreshed data for the rest of the day.&lt;/P&gt;&lt;P&gt;I already discarded the option to increment the&amp;nbsp;Schedule Refresh every 5 minutes due to performance reasons (every 5 minutes a process runs in background on our production server).&lt;/P&gt;&lt;P&gt;I also tried the&amp;nbsp;Power Automate option to refresh data on demand, but the version of&amp;nbsp;Power Bi Desktop I am using doesn't support the&amp;nbsp;Power Automate visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is the following: is there another way in Power BI Server, except the&amp;nbsp;Schedule Refresh, to refresh data on demand (with a report created&amp;nbsp;&lt;STRONG&gt;using import mode&lt;/STRONG&gt;)? What the end user needs, is just a button inside the report to refresh on demand the data, but I have no idea how to link the button with the refreshing action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alessandro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 17:34:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2486269#M23938</guid>
      <dc:creator>speranzaa</dc:creator>
      <dc:date>2022-04-29T17:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2487876#M23946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365020" data-lia-user-login="speranzaa" class="lia-mention lia-mention-user"&gt;speranzaa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to the solution given by Super user GilbertQ in the other thread.&lt;BR /&gt;"You can use Microsoft Flow to automatically refresh the data set on a schedule.&lt;/P&gt;
&lt;P&gt;At the same time, you can create a Power App that connects to Microsoft Flow. you can then embed this Power App into your Power BI report where you can click a button to refresh the data."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a blog post on how to get this done with Microsoft Flow:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://medium.com/@Konstantinos_Ioannou/refresh-powerbi-dataset-with-microsoft-flow-73836c727c33" target="_blank" rel="nofollow noopener noreferrer"&gt;https://medium.com/@Konstantinos_Ioannou/refresh-powerbi-dataset-with-microsoft-flow-73836c727c33&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information，you can also see the articles below：&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Can-we-create-custom-Refresh-dataset-button-in-Report-page-in/td-p/537874" target="_self"&gt;Can we create custom 'Refresh dataset' button in Report page in PBI Service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bielite.com/blog/refreshing-a-power-bi-dataset-by-button-click-with-power-automate/" target="_self"&gt;Refreshing a Power BI Dataset by Button Click with Power Automate&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbitalks.com/2020/06/refresh-dataset-using-button-powerbi.html" target="_self"&gt;HOW TO REFRESH DATASET USING BUTTON IN REPORT VIEW OF POWERBI?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh" target="_self"&gt;Automatic page refresh in Power BI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 06:14:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2487876#M23946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-02T06:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488011#M23950</link>
      <description>&lt;P&gt;The answer by&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;is incorrect. The Power Automate (flow) and Power App solutions only work for the Power BI Service. There is not on-demand refresh built-in for the on-prem report server. If the user has permission to manage the scheduled refreshes they can go in and click the "Run Now" button on one of those, but you cannot link this into a report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the expertise to build a web application you could probably use the Web API calls to generate a scheduled refresh and trigger the "run now" action, but that would be a fair bit of work.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 07:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488011#M23950</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-05-02T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488030#M23952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your correction. I really didn't explain the issue clearly. I was mistakenly reading Power BI Server as Power BI Service and thank you again for your answer to this question.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 07:31:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488030#M23952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-02T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488074#M23953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;no worries, it can be tricky when you jump between the different forums &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 07:46:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2488074#M23953</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-05-02T07:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh on demand from Power BI Server (report built using Import mode)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2490419#M23968</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;SPAN&gt;d_gosbell,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;at least now, I know in which direction I can proceed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 08:38:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-on-demand-from-Power-BI-Server-report-built-using/m-p/2490419#M23968</guid>
      <dc:creator>speranzaa</dc:creator>
      <dc:date>2022-05-03T08:38:13Z</dc:date>
    </item>
  </channel>
</rss>

