Forum Discussion

mwm39's avatar
mwm39
Frequent Visitor
11 months ago
Solved

Refreshing just one column.

Hi all, I have weekly  100 CSV files consolidated as below for a dashboard every week, this table is refreshed with new weeks Data. Issue: Sometime previous week's data is changed at source ...
  • v-sshirivolu's avatar
    v-sshirivolu
    11 months ago

    Hi mwm39  ,
    Thanks for your clarification. Incremental refresh will not work here since the files are being replaced, not appended. Incremental refresh requires additive rows with a stable date column.(docs).

    Try These Workarounds :

    Archive each weekly file with a timestamp (e.g., via Power Automate) so history is preserved.

    Use a self referencing merge in Power Query to retain past data while refreshing only the current week.

    Store data in a staging location (SQL/SharePoint/Dataverse) that accumulates weekly snapshots for Power BI.

    Microsoft Docs :

    Incremental refresh in Power BI

    Dataflows and incremental refresh

    Automate file management with Power Automate