Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mikemagill
Frequent Visitor

Combining files in a SharePoint Folder - Not working

I am helping a charity with Power BI.

 

As a trial I have successfully created a query to combine a number of Excel files in a SharePoint document library.  When I try to recreate this query to combine the live files on the charities' SharePoint document library I get stuck at the first step of filtering down to the specific folder the files are in - no file names show up!!

 

I don't understand what I'm doing wrong.

 

Any ideas?

2 REPLIES 2
v-danhe-msft
Employee
Employee

Hi @mikemagill,

Based on my test, this feature can work on my side like the picture below:

F.PNG

Would you please share some screenshots to clarify “I get stuck at the first step of filtering down to the specific folder the files are in - no file names show up”?

When you select the SharePoint Folder connector and enter the SharePoint site URL, are there records retrieved for this specific folder you mentioned?

Does the credential you used to retrieved data has permission to access the specific folder?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

The first part of the query is as follows:

 

let
Source = SharePoint.Files("https://#######.sharepoint.com/sites/man1", [ApiVersion = 15]),
#"Filtered Rows - DB Folders" = Table.SelectRows(Source, each Text.Contains([Folder Path], "Shared Documents/J. ##### DATABASE/Live & Archive Databases/")),
#"Filtered Rows - DB files" = Table.SelectRows(#"Filtered Rows - DB Folders", each Text.EndsWith([Name], " Live DB.xlsm") or Text.EndsWith([Name], " Archive DB.xlsm"))
in
#"Filtered Rows - DB files"

 

This query is fine on my SharePoint site and results in two files correctly being listed.  On the charity SharePoint site, no files are listed.

 

I can view the files directly on the team site so I presume the credentials I entered also would permit the same.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.