Forum Discussion

NiteshkrNishant's avatar
NiteshkrNishant
New Member
1 year ago
Solved

Incremental Refresh

Hi! Can anyone help me out with incremental refresh concepts in SharePoint.? I have connected my data with SharePoint Folder connector and i want to set incremental refresh. But it is not working...
  • V-yubandi-msft's avatar
    1 year ago

    Hi NiteshkrNishant ,

    Thank you for engaging with the Microsoft Fabric Communit. Thanks to Akash_Varuna , for sharing the helpful video and blog links with practical solutions.

     

    The SharePoint Folder connector doesn't support query folding, which is crucial for Power BI's incremental refresh to function. Without query folding, filters like date ranges can't be applied to the data source, explaining why incremental refresh isn't working as expected.

    As highlighted in the blog and video shared by Akash_Varuna , there's an effective way to simulate incremental refresh using Power Query and parameters.

    1. Organize your SharePoint folders with a consistent structure, such as by year or month.
    2. Create a custom Power Query function to filter files based on RangeStart and RangeEnd parameters.
    3. Use these parameters in Power Query to load only the required data during each refresh.
    4. Set up incremental refresh policies in Power BI to efficiently handle historical and recent data.

     

    For Additional :

    You can also refer to Microsoft’s official documentation to understand how incremental refresh and query folding work in detail.

    Understanding query evaluation and query folding in Power Query - Power Query | Microsoft Learn

    Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn

     

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