Forum Discussion
davidz106
Helper III
4 years agoDefine folder path with wild card
I want to query multiple files from a folder "results" for each "projectname". Each project name contains a vast number of files and folders besides "results". C:\1\projectname\results\ How t...
- 4 years ago
- use a "contains" filter on the file path column, set it to \results". Note that Power Query is case sensitive.
- accessing content from your local C drive is sub-optimal. It will only work for your Power BI Desktop, it will not work on the service.
lbendlin
Super User
4 years ago- use a "contains" filter on the file path column, set it to \results". Note that Power Query is case sensitive.
- accessing content from your local C drive is sub-optimal. It will only work for your Power BI Desktop, it will not work on the service.