<?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: How do we refresh dataset frequently from datasource? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/313613#M9275</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying testing in embeded one . the following screen sort shows my azure datasource connection details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataSourceConnection.png" style="width: 630px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/72013i6A5E66F333F6A9FA/image-dimensions/630x336?v=v2" width="630" height="336" role="button" title="DataSourceConnection.png" alt="DataSourceConnection.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please update if anything wrong.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 09:42:49 GMT</pubDate>
    <dc:creator>murali_r</dc:creator>
    <dc:date>2017-11-29T09:42:49Z</dc:date>
    <item>
      <title>How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/309890#M9149</link>
      <description>&lt;P&gt;Once data got updated in database, I want to update it in my power BI report as well instantly. Please help me to acheive this.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:29:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/309890#M9149</guid>
      <dc:creator>murali_r</dc:creator>
      <dc:date>2017-11-23T15:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/309969#M9152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/45844"&gt;@murali_r&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this link, it will help you&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/personal-gateway" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/personal-gateway&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 17:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/309969#M9152</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-11-23T17:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/310143#M9156</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/45844"&gt;@murali_r&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Once data got updated in database, I want to update it in my power BI report as well instantly. Please help me to acheive this.&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/45844"&gt;@murali_r&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On refresh&amp;amp;real time data aspect, you can reference&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery" target="_self"&gt;DirectQuery&lt;/A&gt; mode -- the data is always update to date every time users access reports, note the &lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery#limitations-of-directquery" target="_self"&gt;Limitations of DirectQuery&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh" target="_self"&gt;Schedule Refresh&lt;/A&gt; -- 8(48 for Premium license) times per day in Import mode, which means you can't refresh more frequently more than 8/48 times per day. See &lt;A href="https://channel9.msdn.com/Blogs/MVP-Data-Platform/Diferences-between-Direct-Query-and-Import-in-Power-BI" target="_self"&gt;Diferences between Direct Query and Import in Power BI&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;An addition to schedule refresh, it is supported to refresh via REST API&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/library/mt784652.aspx" target="_self"&gt;Refresh dataset&lt;/A&gt;. The API shares the 8/48 times limitation.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming" target="_self"&gt;Streaming dataset&lt;/A&gt; -- very real time, no refresh at all.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Nov 2017 01:50:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/310143#M9156</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-24T01:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312292#M9221</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for updates,&lt;/P&gt;&lt;P&gt;with use of your information I can update dataset , but it is not reflected in report automatically where it is viewed . Once reload/refresh the report then only got update. I need whenever the data got updated , it should reflected in UI automatically without reload/refresh page or report. Please update some idea to acheive this.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:05:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312292#M9221</guid>
      <dc:creator>murali_r</dc:creator>
      <dc:date>2017-11-28T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312804#M9247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/45844"&gt;@murali_r&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try using &lt;STRONG&gt;Direct Query&lt;/STRONG&gt;? See this link: &lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It must show information always uptaded. If you want to use &lt;STRONG&gt;Import&lt;/STRONG&gt;, you must see the information after the the gateway information changes it status to completed. See this: &lt;A href="https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem-faq" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem-faq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it works for you.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:18:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312804#M9247</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-11-28T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312885#M9253</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41885"&gt;@Juramirez&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I am using direct query in my report . But no luck. &amp;nbsp;If any data updated in database table that is not reflected in my report until I refreshed the report. I am getting same issue . I don't know if any configuration need to do in this report. Please help me for this or provide the some other way to acheive this.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:10:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312885#M9253</guid>
      <dc:creator>murali_r</dc:creator>
      <dc:date>2017-11-28T17:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312908#M9255</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/45844"&gt;@murali_r&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you try testing in your Power BI Desktop or in the Embedded one? Maybe is something wrong with your datasource. You have set your gateway correctly? It is working? Please provide images or info to see this (remeber to post this with mock data)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:31:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/312908#M9255</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-11-28T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do we refresh dataset frequently from datasource?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/313613#M9275</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying testing in embeded one . the following screen sort shows my azure datasource connection details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataSourceConnection.png" style="width: 630px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/72013i6A5E66F333F6A9FA/image-dimensions/630x336?v=v2" width="630" height="336" role="button" title="DataSourceConnection.png" alt="DataSourceConnection.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please update if anything wrong.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 09:42:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-refresh-dataset-frequently-from-datasource/m-p/313613#M9275</guid>
      <dc:creator>murali_r</dc:creator>
      <dc:date>2017-11-29T09:42:49Z</dc:date>
    </item>
  </channel>
</rss>

