<?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: PowerBI Embedded direct query caching in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/216328#M6812</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the title suggests, we use PowerBI Embedded in direct query mode. &amp;nbsp;I'm finding that the data is cached. &amp;nbsp;We have data updates happening every minute in the database.&lt;STRONG&gt; &amp;nbsp;We can't get the report to show the latest data. &amp;nbsp;&lt;/STRONG&gt; It seems to be possible to set the caching strategy on the O365 offering - but I don't think this is possible in PowerBI Embedded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone else found this? &amp;nbsp;Do you have a solution? &amp;nbsp;Some kind of Data Refresh button would be ideal. &amp;nbsp;Can this be spoofed with a slicer and some clever DAX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards chaps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nick&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;@Anonymous&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The only cache regarding DirectQuery that I'm aware is&amp;nbsp; &lt;A href="https://powerbi.microsoft.com/en-us/blog/announcing-custom-cache-refresh-schedules-in-the-power-bi-service/" target="_self"&gt;Custom Cache Refresh Schedules in the Power BI Service&lt;/A&gt;. However that cache won't affect the data updating, every time some accesses the report in DirectQuery mode, Power BI just sends query and retrieve latest data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cache in Power BI Embedded is&amp;nbsp;for import mode, see&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-what-is-power-bi-embedded#cached-datasets" target="_self"&gt;Cached datasets&lt;/A&gt;. As to DirectQuery, I don't see any cache machinism.&lt;/P&gt;
&lt;P&gt;May I know how did you observe that "the report won't show latest data"? Based on my test, when data updated in my azure sql database, after&amp;nbsp;refresh the embedded report shows the latest data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 07:49:01 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-07-21T07:49:01Z</dc:date>
    <item>
      <title>PowerBI Embedded direct query caching</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/215435#M6785</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the title suggests, we use PowerBI Embedded in direct query mode. &amp;nbsp;I'm finding that the data is cached. &amp;nbsp;We have data updates happening every minute in the database. &amp;nbsp;We can't get the report to show the latest data. &amp;nbsp; It seems to be possible to set the caching strategy on the O365 offering - but I don't think this is possible in PowerBI Embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else found this? &amp;nbsp;Do you have a solution? &amp;nbsp;Some kind of Data Refresh button would be ideal. &amp;nbsp;Can this be spoofed with a slicer and some clever DAX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards chaps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 07:15:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/215435#M6785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded direct query caching</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/216328#M6812</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the title suggests, we use PowerBI Embedded in direct query mode. &amp;nbsp;I'm finding that the data is cached. &amp;nbsp;We have data updates happening every minute in the database.&lt;STRONG&gt; &amp;nbsp;We can't get the report to show the latest data. &amp;nbsp;&lt;/STRONG&gt; It seems to be possible to set the caching strategy on the O365 offering - but I don't think this is possible in PowerBI Embedded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone else found this? &amp;nbsp;Do you have a solution? &amp;nbsp;Some kind of Data Refresh button would be ideal. &amp;nbsp;Can this be spoofed with a slicer and some clever DAX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards chaps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nick&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;@Anonymous&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The only cache regarding DirectQuery that I'm aware is&amp;nbsp; &lt;A href="https://powerbi.microsoft.com/en-us/blog/announcing-custom-cache-refresh-schedules-in-the-power-bi-service/" target="_self"&gt;Custom Cache Refresh Schedules in the Power BI Service&lt;/A&gt;. However that cache won't affect the data updating, every time some accesses the report in DirectQuery mode, Power BI just sends query and retrieve latest data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cache in Power BI Embedded is&amp;nbsp;for import mode, see&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-what-is-power-bi-embedded#cached-datasets" target="_self"&gt;Cached datasets&lt;/A&gt;. As to DirectQuery, I don't see any cache machinism.&lt;/P&gt;
&lt;P&gt;May I know how did you observe that "the report won't show latest data"? Based on my test, when data updated in my azure sql database, after&amp;nbsp;refresh the embedded report shows the latest data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 07:49:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/216328#M6812</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-07-21T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded direct query caching</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/217166#M6841</link>
      <description>&lt;P&gt;But how did you 'refresh' your powerbi report? &amp;nbsp;If I do a full F5 refresh, then the data does refresh. &amp;nbsp;But consider this example...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1. &amp;nbsp;Load report - report shows data.&lt;/P&gt;&lt;P&gt;Step 2. &amp;nbsp;Update some data directly in the database.&lt;/P&gt;&lt;P&gt;Step 3. &amp;nbsp;Update a&amp;nbsp;filter on report - perhaps a date slicer. &amp;nbsp;Change date to tomorrow.&lt;/P&gt;&lt;P&gt;Step 4. &amp;nbsp;The report correctly goes back to database and shows correct latest&amp;nbsp;data.&lt;/P&gt;&lt;P&gt;Step 5. &amp;nbsp;Move the filter back to what is was in Step1. &amp;nbsp;The report shows the same data in Step 1 - it must have cached it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is pretty bad. &amp;nbsp;Especially since powerbi does not provide a refresh button we can drop on our reports. &amp;nbsp;It happens on the matrix too - I can drill down to latest data - but drill back up to cached data. &amp;nbsp;It's a mess really.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 23:20:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/217166#M6841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-23T23:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded direct query caching</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/3882872#M52098</link>
      <description>&lt;P&gt;This is still an issue. Anyone got a solution?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 14:09:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-direct-query-caching/m-p/3882872#M52098</guid>
      <dc:creator>alano</dc:creator>
      <dc:date>2024-05-01T14:09:02Z</dc:date>
    </item>
  </channel>
</rss>

