Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I am using dataflow and trying to query data from an Excel file stored on a OneDrive.
Query
let
Source = SharePoint.Files("https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxx_com/", [ApiVersion = 15]),
#"Filtered hidden files" = Table.SelectRows(Source, each [Attributes]?[Hidden]? <> true),
#"Filtered rows" = Table.SelectRows(#"Filtered hidden files", each Text.Contains([Folder Path], "https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com/Documents/Daily Executive Report/Supply Report/ZISIMR008/"))
Error:
Error: Data Source Error : DataSource.Error: SharePoint: Request failed: https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com/Documents/Daily Executive Report/Supply Report/ZISIMR008/ProductName_YYYYMM_xlsx/_api/contextinfo DataSourceKind = SharePoint DataSourcePath = https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com SPRequestGuid = e28b21a0-3077-0000-f150-a5e155c982e6. RootActivityId = 1f966498-5391-48e1-b5eb-dc8e96a07359.Param1 = DataSource.Error: SharePoint: Request failed: https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com/Documents/Daily Executive Report/Supply Report/ZISIMR008/ProductName_YYYYMM_xlsx/_api/contextinfo DataSourceKind = SharePoint DataSourcePath = https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com SPRequestGuid = e28b21a0-3077-0000-f150-a5e155c982e6 Request ID: 43948f15-ba26-45d8-b28d-32859b6d9619.
I tried to follow by to previous resolutions in this community https://community.powerbi.com/t5/Power-Query/DataSource-Error-SharePoint-Request-failed/m-p/211206#M... and https://powerusers.microsoft.com/t5/Power-Query/DataSource-Error-SharePoint-Request-Failed/m-p/14372...
Please advise for any idea or may I missed something?
Best Regards,
Gun.k
I applying authentication at OneDrive Personal https://xxxxx-my.sharepoint.com/personal/xx-xxx_xxxxx_com at the Organizational level and the Power BI account is under the same organization should not be any problem I think.
Hi @Gungun ,
At what level are you applying the authentication?
Try and apply authentication at the folder level at least, not at the https://xxxxx-my.sharepoint.com/ or https://xxxxx-my.sharepoint.com/personal/ levels.
Pete
Proud to be a Datanaut!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |