Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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 to tell PBI that I am only interested in "results "folder for each "projectname"? Projectname is a wildcard here for me.
I know how to pull all the files from all projectname "folders" and then filter it but that makes everthing really slow. Is it possible to set up something like auto indexing? Which tool would be better suited for this job than PBI?
Solved! Go to Solution.
- 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.
Hi @davidz106 ,
Here are the steps you can follow:
1. Connect your folders using Power BI Desktop.
2. Click Transform Data to enter Power Query.
3. Click Add Column – Custom Column – enter the following code.
Text.Contains([Folder Path],"results")
4. Select the newly formed column - select True.
5. Result:
The rest are data with "results".
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- 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.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |