Power BI セマンティック モデルには、Query 1、Query2 という名前の 4 つのクエリが含まれています。 クエリ3、およびクエリ4。 Query1は顧客データをモデルに読み込み、他の3つのクエリから参照されます。 モデルのデータ更新が遅いことに気づく。 データ更新時間を短縮する必要があります。解決策はコストを最小限に抑えるものでなければなりません。 何をすべきでしょうか?
正解:C
https://learn.microsoft.com/en-us/power-bi/guidance/power-query-referenced-queries In the example, if Query1 is redesigned as a dataflow entity, Query2, Query3, and Query4 can use it as a data source. With this design, the entity sourced by Query1 will be evaluated only once.