DirectQuery セマンティック モデルを含む Fabric ワークスペースがあります。このモデルは、5 億行を持つデータ ソースをクエリします。 このモデルを使用する Report1 という名前の Microsoft Power Bl レポートがあります。報告!複数のページにビジュアルが含まれています。 すべてのページのビジュアルに対するクエリの実行時間を短縮する必要があります。 使える2つの機能とは何ですか?それぞれの正解は完全な解決策を示します。 注: 各正解は 1 ポイントの価値があります。
正解:C,D
User-defined aggregations (A) and query caching (C) are two features that can help reduce query execution time. User-defined aggregations allow precalculation of large datasets, and query caching stores the results of queries temporarily to speed up future queries. Reference = Microsoft Power BI documentation on performance optimization offers in-depth knowledge on these features.