Forum Discussion

tmcdevitt's avatar
tmcdevitt
Advocate II
8 years ago
Solved

Data Refresh - What do end users see during the process?

We're doing nightly data refreshes on a number of our reports that we then serve up to users via embedding in another app. We ran into a problem with the data source last night and the data sets nee...
  • tmcdevitt's avatar
    tmcdevitt
    8 years ago

    Thanks Seth.

     

    So, I assume cached copies take into consideration the report level filters that are being used?

     

    We ended up manually refreshing our data and noticed that reports we had hit prior to the refresh rendered and those that we hit during the refresh (as a different user, which meant different report filters) did not.

     

    It seems that a better approach here would be for PBI to refresh into a temporary table and then swap that with the live table (or tables) once the refresh is complete. I understand there's overhead involved here but there'd certainly be less impact to the end user with this approach.