<?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: Direct query refresh dashboard automatically instead of manually refreshing in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/3294094#M43164</link>
    <description>&lt;P&gt;Although this is 6 years after the fact, I wanted to chime in here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Import Mode&lt;/U&gt;&lt;/P&gt;&lt;P&gt;There is nothing native to Power BI that force visuals to autoupdate themselves autonomously/without user interaction when the report's dataset is Import Mode. Even Automatic Page Refresh does not work with Import Mode, period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Direct Query&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Direct Query also does not achieve this natively. DQ can update visuals, but that only happens when users interact with report visuals, for example, clicking, applying a slicer, cross-filtering, etc.&lt;/P&gt;&lt;P&gt;So this won't work for your use case either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Automatic Page Refresh&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Automatic Page Refresh was designed to accomplish this, and it works well, but be forewarned of a few limitations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;APR&amp;nbsp;&lt;STRONG&gt;does NOT work with Import Mode&lt;/STRONG&gt;, regardless of licensing, period.&lt;/LI&gt;&lt;LI&gt;For&amp;nbsp;&lt;STRONG&gt;Power BI Pro&lt;/STRONG&gt; users, APR only works&amp;nbsp;&lt;STRONG&gt;up to every 30 minutes&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;max&lt;/STRONG&gt; - that may not be nearly realtime enough for many people.&lt;/LI&gt;&lt;LI&gt;There is no concept of a slideshow or tab rotation in APR.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Streaming dataset&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Streaming datasets can force visuals to autoupdate, but they are extremely limited in what they offer - you don't get DAX, Power Query, or Power BI Desktop when you make a Streaming dataset. All you get is a really limited dashboard (not a report, a dashboard), and you can only build extremely simple visuals with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;My App: Displagent&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I made a custom Power BI app called &lt;A href="https://www.displagent.io" target="_blank" rel="noopener"&gt;Displagent&lt;/A&gt; to handle these use cases better than all of the other alternatives. My app&amp;nbsp;&lt;STRONG&gt;can actually force visuals to autoupdate themselves even if you are using Import Mode&lt;/STRONG&gt;. No other app in the ecosystem can do this. Also, if you are using Direct Query, Displagent can do refreshes up to every 15 seconds.&lt;/P&gt;&lt;P&gt;It also has extremely advanced &lt;A href="https://docs.displagent.io/report-slideshows/" target="_blank" rel="noopener"&gt;slideshow&lt;/A&gt; capabilities that you won't find elsewhere in the Power BI ecosystem.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2023 22:06:56 GMT</pubDate>
    <dc:creator>DMiradakis</dc:creator>
    <dc:date>2023-06-20T22:06:56Z</dc:date>
    <item>
      <title>Direct query refresh dashboard automatically instead of manually refreshing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/178361#M5765</link>
      <description>&lt;P&gt;I have connected to an Oracle DB using Direct Query which solved my refresh issue. However I am using this dashboard to show real time data updates for the Service Desk. If I manually refresh the data,&amp;nbsp;I will see the updates on the dashboard. What I am looking for is the data to be automatically refreshed on the screen just like it is in the background. Simply put, can I continuously update the visualizations without clicking to refresh the dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extract from Power BI helps to explain my predicament.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When you interact with a visualization, queries are sent from Power BI directly to the database. &lt;STRONG&gt;Updated data is then returned and visualizations are updated.&lt;/STRONG&gt; Because there is a direct connection between Power BI and the database, there is no need to schedule refresh.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Success would be direct query that updates visualizations every 15 minutes per refresh schedule. I appreciate any help on this one!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 22:00:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/178361#M5765</guid>
      <dc:creator>smdaly218</dc:creator>
      <dc:date>2017-05-18T22:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Direct query refresh dashboard automatically instead of manually refreshing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/178765#M5779</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/30862"&gt;@smdaly218&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have connected to an Oracle DB using Direct Query which solved my refresh issue. However I am using this dashboard to show real time data updates for the Service Desk. If I manually refresh the data,&amp;nbsp;I will see the updates on the dashboard. What I am looking for is the data to be automatically refreshed on the screen just like it is in the background. &lt;STRONG&gt;Simply put, can I continuously update the visualizations without clicking to refresh the dashboard?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extract from Power BI helps to explain my predicament.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;When you interact with a visualization, queries are sent from Power BI directly to the database. Updated data is then returned and visualizations are updated&lt;STRONG&gt;.&lt;/STRONG&gt; Because there is a direct connection between Power BI and the database, there is no need to schedule refresh.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success would be direct query that updates visualizations every 15 minutes per refresh schedule. I appreciate any help on this one!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/30862"&gt;@smdaly218&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The answer is no. Without any interaction, the &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-refresh-data/#databases-in-the-cloud" target="_self"&gt;internal cache will be refreshed every 15 minutes&lt;/A&gt; by default. The real 'realtime' feature in Power BI is &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/" target="_self"&gt;Real-time streaming&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, maybe you can install some &lt;A href="https://www.google.com.sg/search?q=chrome+extension+refresh+every&amp;amp;oq=chrome+extension+refresh&amp;amp;aqs=chrome.2.0j69i57j0l4.8414j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" target="_self"&gt;brower extentions&lt;/A&gt; to do the auto "F5".&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 09:48:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/178765#M5779</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-05-19T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Direct query refresh dashboard automatically instead of manually refreshing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/181889#M5839</link>
      <description>&lt;P&gt;I did not delve into streaming as yet due to the extensions you mentioned worked for me. I was able to add a Refresh extension in Chrome and have it refresh every 5 minutes. This is a good interval for me and using F11, provides a "decent" experience. I will continue to evolve my skills with streaming when time allows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the solution!&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 21:35:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/181889#M5839</guid>
      <dc:creator>smdaly218</dc:creator>
      <dc:date>2017-05-24T21:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Direct query refresh dashboard automatically instead of manually refreshing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/3294094#M43164</link>
      <description>&lt;P&gt;Although this is 6 years after the fact, I wanted to chime in here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Import Mode&lt;/U&gt;&lt;/P&gt;&lt;P&gt;There is nothing native to Power BI that force visuals to autoupdate themselves autonomously/without user interaction when the report's dataset is Import Mode. Even Automatic Page Refresh does not work with Import Mode, period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Direct Query&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Direct Query also does not achieve this natively. DQ can update visuals, but that only happens when users interact with report visuals, for example, clicking, applying a slicer, cross-filtering, etc.&lt;/P&gt;&lt;P&gt;So this won't work for your use case either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Automatic Page Refresh&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Automatic Page Refresh was designed to accomplish this, and it works well, but be forewarned of a few limitations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;APR&amp;nbsp;&lt;STRONG&gt;does NOT work with Import Mode&lt;/STRONG&gt;, regardless of licensing, period.&lt;/LI&gt;&lt;LI&gt;For&amp;nbsp;&lt;STRONG&gt;Power BI Pro&lt;/STRONG&gt; users, APR only works&amp;nbsp;&lt;STRONG&gt;up to every 30 minutes&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;max&lt;/STRONG&gt; - that may not be nearly realtime enough for many people.&lt;/LI&gt;&lt;LI&gt;There is no concept of a slideshow or tab rotation in APR.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Streaming dataset&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Streaming datasets can force visuals to autoupdate, but they are extremely limited in what they offer - you don't get DAX, Power Query, or Power BI Desktop when you make a Streaming dataset. All you get is a really limited dashboard (not a report, a dashboard), and you can only build extremely simple visuals with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;My App: Displagent&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I made a custom Power BI app called &lt;A href="https://www.displagent.io" target="_blank" rel="noopener"&gt;Displagent&lt;/A&gt; to handle these use cases better than all of the other alternatives. My app&amp;nbsp;&lt;STRONG&gt;can actually force visuals to autoupdate themselves even if you are using Import Mode&lt;/STRONG&gt;. No other app in the ecosystem can do this. Also, if you are using Direct Query, Displagent can do refreshes up to every 15 seconds.&lt;/P&gt;&lt;P&gt;It also has extremely advanced &lt;A href="https://docs.displagent.io/report-slideshows/" target="_blank" rel="noopener"&gt;slideshow&lt;/A&gt; capabilities that you won't find elsewhere in the Power BI ecosystem.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 22:06:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Direct-query-refresh-dashboard-automatically-instead-of-manually/m-p/3294094#M43164</guid>
      <dc:creator>DMiradakis</dc:creator>
      <dc:date>2023-06-20T22:06:56Z</dc:date>
    </item>
  </channel>
</rss>

