Forum Discussion

Incipient's avatar
Incipient
Helper I
4 years ago

Report Visuals with Stale Data?

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. Edit: only some visualisations are stale; some large tables are stale, some simple cards are up to date.

 

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.

 

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.

 

Has anyone encountered something like this?

 

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.

4 Replies

  • Reports don't update. Datasets update.  If you have a report open while its underlying dataset updates (refreshes) then that change will not reflect in the report.  You will have to reload the report (F5) to see the change.

     

    Similarly, some browsers are trying to "help" and cache some of the information. This may also prevent some of your visuals to refresh.

     

    Now, if you have closed and reopened your browser, and you still see that behavior - then that might be reason to worry.  Can you be sure that the data has actually updated in your data source?

    • Incipient's avatar
      Incipient
      Helper I

      Haha yes, you got me on a technicality - I should have said the dataset, not the report.

       

      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.

       

      I have fixed this and was going to monitor until tomorrow to sure this was the correct fix.

       

      Thanks for the info/reply lbendlin ğŸ™‚ 

      • lbendlin's avatar
        lbendlin
        Super User

        Correct, the Power BI service runs on UTC. However, the dataset refresh schedule dialog allows you to specify a different timezone.