An analyst opens the Power Query Editor in Power BI Desktop and wants to turn on the column quality and column distribution features. Which ribbon tab exposes those options?
- AThe Home tab, in the Reduce rows group, exposes the column quality and column distribution toggles.
- BThe Transform tab, in the Any column group, exposes the column quality and column distribution toggles.
- CThe View tab, in the Data preview group, exposes the column quality and column distribution toggles. Correct
- DThe Add Column tab, in the General group, exposes the column quality and column distribution toggles.
Why A is wrong: The Reduce rows group on the Home tab contains row-removal commands such as Remove errors and Keep rows, not data profiling toggles.
Why B is wrong: The Any column group on the Transform tab contains transformations such as Detect data type and Replace values, not profiling toggles.
Why C is correct: Correct. The data profiling tools article documents that to enable them in Power Query Desktop, the user goes to the View tab on the ribbon and enables the options in the Data preview group.
Why D is wrong: The General group on the Add Column tab contains custom and conditional column builders, not the data profiling preview toggles.