Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a simple question but I don’t have the solution….
Is it possible to get only the newest excelfile out of a folder?
For example, I have this 4 files in a folder.
Now I want tot pickup only the newest one.
Next week my colleague will put a new file in the folder.
When I refresh my PowerBI dashboard next week, I want only that file, PowerBI have to skip the older one.
Are there possibilities to do it this way?
Solved! Go to Solution.
choose Folder as a Data source
at the next step press Trasform Data
sort Desc by Date Modified field
execute Keep Top rows (leave 1 row)
expand the Content field
choose Folder as a Data source
at the next step press Trasform Data
sort Desc by Date Modified field
execute Keep Top rows (leave 1 row)
expand the Content field
You have to open the Power Query Editor and from the steps tab select the one where you have all columns related to your files such as Content, Source.Name and extension (it could be step number 4 or 5).
Go then to the Date Column and select as Date/Time Filters the option Is Latest, this will filter will always bring to your report the newest files uploded to your folder.
Does it work ? Mark it as a solution
@wanttobeanalyst , Refer if this can help
Thanks, this really helpfull!