Forum Discussion

Jidapa18's avatar
Jidapa18
Frequent Visitor
4 months ago
Solved

Refresh only new data in sharepoint

I have a folder in SharePoint that is used to load data into Power BI. When a new file is added to the folder, is it possible for Power BI to load only the newly added file while keeping the previously loaded data, without reloading the existing files during refresh and without using incremental refresh?

3 Replies

  • Jidapa18 No, not natively. Use Power Query to track new files via timestamps/filenames.
    I will below 2 steps for these requirement.

    • Helper Table: Stores processed filenames/dates (e.g., in SharePoint Excel). Power BI skips logged files.
    • Power Automate: Triggers on new files → updates a parameter/log table → refreshes Power BI.
    • In Power Query, add a parameter (e.g., LastLoadDate)
    • Filter files using Date modified > LastLoadDate
    • Manually update the parameter after each refresh*

      Try above mentioned method to try.

      Incremental refresh with excel is not supported for now.


     

    Thanks

    Harish M

    Give kudos if I solve your problem. Accept this as solution.

  • Kagiyama_yutaka's avatar
    Kagiyama_yutaka
    Responsive Resident

    I think the core is…PBI re-builds the SP file‑map every refresh, so it can’t pick only new files; u just move the old ones out first, and if that still breaks, split the folder small so the scan stays light.