Exam DP-600 Topic 2 Question 3 Discussion
Actual exam question for Microsoft's DP-600 exam
Question #: 3
Topic #: 2
Question #: 3
Topic #: 2
You have a Fabric workspace named Workspace1 and an Azure SQL database.
You plan to create a dataflow that will read data from the database, and then transform the data by performing an inner join. You need to ignore spaces in the values when performing the inner join The solution must minimize development effort. What should you do?
You plan to create a dataflow that will read data from the database, and then transform the data by performing an inner join. You need to ignore spaces in the values when performing the inner join The solution must minimize development effort. What should you do?
Suggested Answer: B Vote an answer
You need to perform an inner join and ignore spaces in the values.
In Power Query, to handle joins where values may contain spaces or minor mismatches, you use fuzzy matching in the Merge Queries operation.
Append queries combines rows, not columns, so it does not apply here.
Lookup table is not required since the transformation can be handled natively in Power Query with fuzzy matching.
Correct solution: Merge the queries by using fuzzy matching.
Reference: Fuzzy merge in Power Query
In Power Query, to handle joins where values may contain spaces or minor mismatches, you use fuzzy matching in the Merge Queries operation.
Append queries combines rows, not columns, so it does not apply here.
Lookup table is not required since the transformation can be handled natively in Power Query with fuzzy matching.
Correct solution: Merge the queries by using fuzzy matching.
Reference: Fuzzy merge in Power Query
by Bernard at Sep 06, 2026, 06:52 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).