Power BI query SharePoint Folder has Error 500 from Server

Topogigio22

New Member
Joined
Feb 2, 2012
Messages
2
I am trying to combine Excel files stored in a SharePoint Online folder. My query is successful and returns the exact data I am looking for but also includes a Server error 500 that I can not resolve. I saw old threads here with the same topic but no answers. Does someone know the solution. I can get all of the data from the files but can not successfully complete a refresh or clear the error.

Query
let
Source = SharePoint.Files("http://northamerica.xxx.corp/Operations/DSMOps/OpX/", [ApiVersion = 14]),
#"Filtered Rows" = Table.SelectRows(Source, each ([Folder Path] = "http://northamerica.xxx.corp/Operations/DSMOps/OpX/TrueNorthMetrics/") and ([Extension] = ".xlsx") and ([Name] = "MOSDAppHistoryReport_2021-10-11_14-03-30.xlsx" or [Name] = "MOSDAppHistoryReport_2021-10-18_14-01-17.xlsx"))
in
#"Filtered Rows"

Results
1634837445661.png


Error
DataSource.Error: SharePoint: Request failed: The remote server returned an error: (500) Internal Server Error. (An error occurred while processing this request.)
Details:
DataSourceKind=SharePoint
DataSourcePath=http://northamerica.xxx.corp/Operations/DSMOps/OpX/_vti_bin/ListData.svc/Workflows
SPRequestGuid=6f61fb9f-80d7-6091-a61f-da9aa45a44f6
Url=http://northamerica.xxx.corp/Operations/DSMOps/OpX/_vti_bin/ListData.svc/Workflows
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,216,081
Messages
6,128,694
Members
449,464
Latest member
againofsoul

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top