OneLake に 30 個の CSV ファイルを含む Fabric テナントがあります。ファイルは毎日更新されます。 CSV ファイルをデータ ソースとして使用する Modell という名前の Microsoft Power Bl セマンティック モデルを作成します。モデル 1 の増分更新を構成し、そのモデルをファブリック テナントのプレミアム容量に公開します。 Model1 の更新を開始すると、リソースが不足すると更新が失敗します。 失敗の考えられる原因は何ですか?
正解:D
A possible cause for the failure is that query folding is NOT occurring (D). Query folding helps optimize refresh by pushing down the query logic to the source system, reducing the amount of data processed and transferred, hence conserving resources. Reference = The Power BI documentation on incremental refresh and query folding provides detailed information on this topic.