<?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 Visuals with Stale Data? in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2402022#M154792</link>
    <description>&lt;P&gt;I've set the refresh schedule to be my timezone, but localNow() ignores the timezone, possibly because it's DateTime.localNow() rather than the DateTimeZone class? Definitely a 'gotcha' when using PowerBI - they have a timezone option that is easy to mess up!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do feel like this is a bit in 'bug' territory. I would expect localNow() to use the refresh timezone I had set.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 02:49:00 GMT</pubDate>
    <dc:creator>Incipient</dc:creator>
    <dc:date>2022-03-18T02:49:00Z</dc:date>
    <item>
      <title>Report Visuals with Stale Data?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2396530#M154533</link>
      <description>&lt;P&gt;I have a report that updates daily in the morning, say 7am. At 9am the report - after it has refreshed - still has the previous day's data. &lt;STRONG&gt;Edit: only some visualisations are stale; some large tables are stale, some simple cards are up to date.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I force another refresh, the visuals are still stale, if I refresh the page, or click the "Refresh Visuals" button in the top right, the visuals are still stale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However if I download the report or create a new report and use the existing dataset as a "Power BI Dataset" source...then the original report visuals magically become no longer stale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone encountered something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I can't think of any nice images to explain what's happening...so please let me know if this description isn't clear.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 01:56:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2396530#M154533</guid>
      <dc:creator>Incipient</dc:creator>
      <dc:date>2022-03-16T01:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Report Visuals with Stale Data?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399132#M154645</link>
      <description>&lt;P&gt;Reports don't update. Datasets update.&amp;nbsp; If you have a report open while its underlying dataset updates (refreshes) then that change will not reflect in the report.&amp;nbsp; You will have to reload the report (F5) to see the change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, some browsers are trying to "help" and cache some of the information. This may also prevent some of your visuals to refresh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, if you have closed and reopened your browser, and you still see that behavior - then that might be reason to worry.&amp;nbsp; Can you be sure that the data has actually updated in your data source?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 23:56:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399132#M154645</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-03-16T23:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report Visuals with Stale Data?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399151#M154647</link>
      <description>&lt;P&gt;Haha yes, you got me on a technicality - I should have said the dataset, not the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this however is a timezone issue. Some of my logic I had accidently used LocalNow() instead of UtcNow(). I expect the PowerBI service uses UTC as it's refresh timezone? so when it was doing a daily refresh, "today" for us at 9am, is still "yesterday" for UTC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have fixed this and was going to monitor until tomorrow to sure this was the correct fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info/reply&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;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 00:24:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399151#M154647</guid>
      <dc:creator>Incipient</dc:creator>
      <dc:date>2022-03-17T00:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Report Visuals with Stale Data?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399212#M154651</link>
      <description>&lt;P&gt;Correct, the Power BI service runs on UTC. However, the dataset refresh schedule dialog allows you to specify a different timezone.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 01:19:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2399212#M154651</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-03-17T01:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Report Visuals with Stale Data?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2402022#M154792</link>
      <description>&lt;P&gt;I've set the refresh schedule to be my timezone, but localNow() ignores the timezone, possibly because it's DateTime.localNow() rather than the DateTimeZone class? Definitely a 'gotcha' when using PowerBI - they have a timezone option that is easy to mess up!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do feel like this is a bit in 'bug' territory. I would expect localNow() to use the refresh timezone I had set.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 02:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Report-Visuals-with-Stale-Data/m-p/2402022#M154792</guid>
      <dc:creator>Incipient</dc:creator>
      <dc:date>2022-03-18T02:49:00Z</dc:date>
    </item>
  </channel>
</rss>

