セマンティック モデルを含むファブリック テナントがあります。このモデルは Direct Lake モードを使用します。 一部の DAX クエリが不要な列をメモリに読み込む可能性があります。 メモリにロードされる、頻繁に使用される列を特定する必要があります。 目標を達成するための 2 つの方法は何ですか?それぞれの正解は完全な解決策を示します。 注: 各正解は 1 ポイントの価値があります。
正解:B,C
The Vertipaq Analyzer tool (B) and querying the $system.discovered_STORAGE_TABLE_COLUMNS_IN_SEGMENTS dynamic management view (DMV) (C) can help identify which columns are frequently loaded into memory. Both methods provide insights into the storage and retrieval aspects of the semantic model. References = The Power BI documentation on Vertipaq Analyzer and DMV queries offers detailed guidance on how to use these tools for performance analysis.