Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
So I am basically extracting the first file from a folder with power query. I use Sharepoint.Contents, and then sort by descending the modified date and keep the first row.
The issue is when I grab the content, the M Query retains the file name (Oldfile.xlsx). But Imagine the user changes the name to NewFile.xlsx the code will still have:
#"Sorted Rows"{[Name="Oldfile.xlx"]}[Content]
Thanks
Solved! Go to Solution.
This looks correct.
It's just previousStep{0}[Content] 👍
Pete
Proud to be a Datanaut!
Is it just #sortrows{0}[content]?
This looks correct.
It's just previousStep{0}[Content] 👍
Pete
Proud to be a Datanaut!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.