Forum Discussion
Arkhos94
5 years agoHelper IV
Sharepoint folder source / How to filter well ?
After a lot of try I manage to connect my power query to my sharepoint folder. The data I want to load is a set of excel file (one per month, named "nationales + year-month" (so "Nationale 2021-05", ...
- 5 years ago
= Table.SelectRows(Source, each Text.StartsWith([Name], "Nationale"))
CNENFRNL
5 years agoCommunity Champion
= Table.SelectRows(Source, each Text.StartsWith([Name], "Nationale"))