Forum Discussion
ancito
1 month agoNew Member
SharePoint.Files() stops picking up new files in personal OneDrive — breaks every Power BI report us
Problem Since Monday, July 20, 2026, newly added files stop being picked up by every Power BI report using this same connection pattern (separate .pbix files for cost, sales, target compliance, ware...
Zanqueta
Super User
1 month agoHi , the issue doesn't seem to be in your filters because the new files are missing from the very first SharePoint.Files() step. That means Power BI isn't seeing those files at all.
Since existing files and renames are detected correctly, I would try clearing the Power BI cache and refreshing the SharePoint credentials first. If the issue persists, my suggestion is to test SharePoint.Contents() instead of SharePoint.Files(), as there have been reports of SharePoint.Files() not picking up newly added files due to metadata caching behaviour, while SharePoint.Contents() returns the files correctly.
Please, check this solved topic: