Microsoft PowerBIレポートがあります。 PBIXファイルのサイズは550MBです。レポートには、powerbi.comの共有容量のアプリワークスペースを使用してアクセスします。 レポートは、1つのファクトテーブルを含むインポートされたデータセットを使用します。ファクトテーブルには1200万行が含まれています。データセットは、1日2回08:00と17:00に更新されるようにスケジュールされています。 レポートは、15個のAppSourceビジュアルと10個のデフォルトビジュアルを含む単一のページです。 ユーザーは、レポートにアクセスして操作するときに、レポートがビジュアルをロードするのに時間がかかると言います。 レポートのパフォーマンスを向上させるためのソリューションを推奨する必要があります。 あなたは何をお勧めしますか?
正解:C
DirectQuery: No data is imported or copied into Power BI Desktop. Import: The selected tables and columns are imported into Power BI Desktop. As you create or interact with a visualization, Power BI Desktop uses the imported data. Benefits of using DirectQuery There are a few benefits to using DirectQuery: DirectQuery lets you build visualizations over very large datasets, where it would otherwise be unfeasible to first import all the data with pre-aggregation. Underlying data changes can require a refresh of data. For some reports, the need to display current data can require large data transfers, making reimporting data unfeasible. By contrast, DirectQuery reports always use current data. The 1-GB dataset limitation doesn't apply to DirectQuery. Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery