Implementing Analytics Solutions Using Microsoft Fabric — Question 70
You have a Fabric workspace named Workspace1 that contains a dataflow named Dataflow1. Dataflow1 returns 500 rows of data.
You need to identify the min and max values for each column in the query results.
Which three Data view options should you select? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one point.
Answer options
- A. Show column value distribution
- B. Enable column profile
- C. Show column profile in details pane
- D. Show column quality details
- E. Enable details pane
Correct answer: B, C, E
Explanation
The correct answers B, C, and E allow you to profile the columns and view their details, which are necessary for determining the min and max values. Option A focuses on value distribution, which is not relevant for identifying specific min and max values. Option D relates to column quality, which does not provide the required statistical information.