Bird
0
0

Which Power Query M function is specifically designed to retrieve files from a SharePoint folder in Power BI?

easy📝 Formula Fix Q3 of 15
Power BI - Getting Data
Which Power Query M function is specifically designed to retrieve files from a SharePoint folder in Power BI?
ASharePoint.Files()
BSharePoint.Contents()
CWeb.Contents()
DFolder.Files()
Step-by-Step Solution
Solution:
  1. Step 1: Understand Power Query functions for SharePoint

    SharePoint.Files() is the dedicated function to list files in a SharePoint folder.
  2. Step 2: Differentiate from similar functions

    SharePoint.Contents() returns site contents but not specifically files; Folder.Files() is for local folders.
  3. Final Answer:

    SharePoint.Files() -> Option A
  4. Quick Check:

    Use SharePoint.Files() for SharePoint folder files [OK]
Quick Trick: Use SharePoint.Files() to get files from SharePoint folders [OK]
Common Mistakes:
  • Using Folder.Files() which works only for local folders
  • Confusing SharePoint.Contents() with SharePoint.Files()
  • Using Web.Contents() without proper API calls

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes