Forum Discussion

pbi1908's avatar
pbi1908
Helper III
3 years ago
Solved

Problem with Incremental Refresh

Hi everyone,    I have a table like the one below and i set an Incremental Refresh so i will Incrementally Refresh the Data of the last 15 days. Also i set to Detect the Data Changes according to L...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi pbi1908 ,

    • Problem: Report visuals don’t show the latest data
    • Cause: Power BI caches query results improve performance and reduce back-end load

    By default, Power BI caches query results, so that queries of report visuals can be processed quickly even if they're based on DirectQuery. Avoiding unnecessary data source queries improves performance and reduces data source load, but it might also mean that the latest data changes at the source are not included in the results.

    • Solution: Configure automatic page refresh

    To keep fetching the latest data changes from the source, configure automatic page refresh for your reports in the Power BI service. Automatic page refresh can be performed in fixed intervals, such as five seconds or ten minutes. When that specific interval is reached, all visuals in that page send an update query to the data source and update accordingly. Alternatively, you can refresh visuals on a page based on detecting changes in the data. This requires a change detection measure that Power BI then uses to poll the data source for changes. Change detection is only supported in workspaces that are part of a Premium capacity. 

     

    Troubleshoot incremental refresh and real-time data in Power BI - Power BI | Microsoft Learn

     

    Best Regards
    Community Support Team _ Polly

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.