Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I'm attempting to navigate to a SharePoint document library using SharePoint.Contents and am receiving an expression error. The code is
let
Source = SharePoint.Contents("https://xxx.sharepoint.com/sites/Team"),
FinancialReporting = Source{[Name="FinancialReporting"]}[Content]
in
FinancialReporting
In the Source step I can click the table and receive a preview. However, when navigating to the document library table in the FinancialReporting step, "Expression.Error: We don't support query strings containing keys without values in this context." is returned.
Has anyone experienced this error before and has a method to deal with it?
Solved! Go to Solution.
The issue was resolved by specifying the API version in the SharePoint.Contents() connector.
Source = SharePoint.Contents("https://xxx.sharepoint.com/sites/Team",[ApiVersion = 15)
The issue was resolved by specifying the API version in the SharePoint.Contents() connector.
Source = SharePoint.Contents("https://xxx.sharepoint.com/sites/Team",[ApiVersion = 15)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |