DP-500 · Question #151
Based on the provided Power BI M query in Hotspot Question 201 (Source = Sql.Databases("contoso.database.windows.net"); PopulateRows = Source{[Data="AdventureWorksLT"]}[Data]; #"Filtered Rows" =…
The correct answer is B. No. The provided M query is syntactically incomplete and truncated, making it impossible to determine if it meets any specific requirement.
Question
Options
- AYes
- BNo
How the community answered
(18 responses)- A6% (1)
- B94% (17)
Why each option
The provided M query is syntactically incomplete and truncated, making it impossible to determine if it meets any specific requirement.
The M query is malformed and incomplete due to truncation, which prevents it from being a valid and executable query.
The M query provided is clearly truncated and incomplete, ending mid-statement with "City" at the end of the last Table.RenameColumns function. This syntactic incompleteness means it cannot be executed or properly evaluated against any requirement.
Concept tested: Power Query M language syntax validity
Source: https://learn.microsoft.com/en-us/powerquery-m/power-query-m-reference
Topics
Community Discussion
No community discussion yet for this question.