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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
_Zac
New Member

SharePoint.Contents - Expression Error

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?

1 ACCEPTED SOLUTION
_Zac
New Member

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)

 

View solution in original post

1 REPLY 1
_Zac
New Member

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)

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors
Top Kudoed Authors