DP-500 · Question #69
The query uses a custom function to load file data. Select Yes if the statement is true. Otherwise, select No.
The correct answer is A. Yes. Based on the correct answer, the query utilizes a custom function, likely to standardize and repeatedly apply a data loading transformation across multiple files or sources.
Question
Options
- AYes
- BNo
How the community answered
(28 responses)- A89% (25)
- B11% (3)
Why each option
Based on the correct answer, the query utilizes a custom function, likely to standardize and repeatedly apply a data loading transformation across multiple files or sources.
Power Query allows users to define custom functions to encapsulate reusable logic, implying such a function has been created and invoked to handle the file loading process, possibly for multiple files.
Without a custom function, file data would be loaded directly using built-in Power Query functions or source connectors without abstracting the loading logic.
Concept tested: Power Query M custom functions
Source: https://learn.microsoft.com/en-us/power-query/custom-functions
Topics
Community Discussion
No community discussion yet for this question.