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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
BlueWhite3699
Helper III
Helper III

Parameter issue Switching Sharepoint Folder

Hi Experts

 

How would i change the following sharepoint file path to pick up different client data in different sharepoint folder...

 

= Source{[Name="apples.csv",#"Folder Path"="https://change.sharepoint.com/sites/M365Healthcheck-ClientData/Shared Documents/Client Data/CIFF/apples/"]}[Content]

 

where CIFF is the client folder and we are looking at apples CSV.

1 ACCEPTED SOLUTION
BlueWhite3699
Helper III
Helper III

Worked it out chaneg 

https://change.sharepoint.com/sites/M365Healthcheck-ClientData/Shared Documents/Client Data/CIFF/apples/"]}[Content]

to

Filepath &"/apples/"]}[Content]

View solution in original post

2 REPLIES 2
BlueWhite3699
Helper III
Helper III

Worked it out chaneg 

https://change.sharepoint.com/sites/M365Healthcheck-ClientData/Shared Documents/Client Data/CIFF/apples/"]}[Content]

to

Filepath &"/apples/"]}[Content]
BlueWhite3699
Helper III
Helper III

let    Source = SharePoint.Files("https://change.sharepoint.com/sites/M365Healthcheck-ClientData/", [ApiVersion = 15]),    #"apples csv_https://change sharepoint com/sites/M365Healthcheck-ClientData/Shared Documents/Client Data/CIFF/apples/" = Source{[Name="apples.csv",#"Folder Path"="https://change.sharepoint.com/sites/M365Healthcheck-ClientData/Shared Documents/Client Data/CIFF/apples/"]}[Content],

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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