Forum Discussion
jamiers
2 years agoHelper I
Issue Pulling Current FIle Directory Contents in Visual
Hello All, I'm using the following PowerQuery: let
Source = SharePoint.Files("https://americanredcross-my.sharepoint.com/personal/my_email_address", [ApiVersion = 15]),
#"Filtered Ro...
- 2 years ago
Text.StartsWith([Folder Path], "https://americanredcross-my.sharepoint.com/personal/my_email_address/Documents/Regional DWE Power BI Tools/Power BI Data Pulls/")That filter includes all subfolders.
lbendlin
2 years agoSuper User
Text.StartsWith([Folder Path], "https://americanredcross-my.sharepoint.com/personal/my_email_address/Documents/Regional DWE Power BI Tools/Power BI Data Pulls/")
That filter includes all subfolders.