Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Experts,
Is there any simple way to get data from non default SharePoint Document Library?
I have bunch of Document library within my site and can not read an Excel file from them.
Thanks in advance.
Solved! Go to Solution.
Yes. When you initially connect to a SharePoint library, you are initially given a Source connection string that looks like this:
= SharePoint.Files("https://TenantName.sharepoint.com/sites/Reports", [ApiVersion = 15])
Change it to this:
= SharePoint.Contents("https://TenantName.sharepoint.com/sites/Reports", [ApiVersion = 15])
Then you will see a listing simliar to this:
Shared Documents is the default library, but now you can click on the Table value for any folder and continue to drill down that way until you get to your files.
The only issue with this is you can only ultimately see one folder at a time. SharePoint.Files will allow you to work with many folders at a time. SharePoint.Contents only shows one.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYes. When you initially connect to a SharePoint library, you are initially given a Source connection string that looks like this:
= SharePoint.Files("https://TenantName.sharepoint.com/sites/Reports", [ApiVersion = 15])
Change it to this:
= SharePoint.Contents("https://TenantName.sharepoint.com/sites/Reports", [ApiVersion = 15])
Then you will see a listing simliar to this:
Shared Documents is the default library, but now you can click on the Table value for any folder and continue to drill down that way until you get to your files.
The only issue with this is you can only ultimately see one folder at a time. SharePoint.Files will allow you to work with many folders at a time. SharePoint.Contents only shows one.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHello Edhans,
First, Thanks for your replay.
Which data source you select?
When I selech Sharepoint folder it doesn't give me that screenshot that you had shared!
I found it, thank you.
Great @Keyvan - glad you got it working.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingUser | Count |
---|---|
61 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
83 | |
62 | |
45 | |
40 | |
39 |