Microsoft Power Bl レポートを含むファブリック テナントがあります。 あなたは新しいセマンティック モデルを模索しています。 次の列統計を表示する必要があります。 * カウント * 平均 * ヌル数 * 個別のカウント * 標準偏差 どの Power Query 関数を実行する必要がありますか?
正解: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.