Valid DP-600 Dumps shared by ExamDiscuss.com for Helping Passing DP-600 Exam! ExamDiscuss.com now offer the newest DP-600 exam dumps, the ExamDiscuss.com DP-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-600 dumps with Test Engine here:
You have a Fabric tenant that contains a Microsoft Power Bl report. You are exploring a new semantic model. You need to display the following column statistics: * Count * Average * Null count * Distinct count * Standard deviation Which Power Query function should you run?
Correct Answer: B
The Table.Profile function in Power Query is used to generate column statistics such as count, average, null count, distinct count, and standard deviation. You can use this function as follows: * Invoke the Power Query Editor. * Apply the Table.Profile function to your table. * The result will be a table where each row represents a column from the original table, and each column in the result represents a different statistic such as those listed in the requirement. References: The use of Table.Profile is part of Power Query M function documentation where it explains how to gather column statistics for a given table.