Forum Discussion
Datamart report slow
- 4 years ago
yes this is because the datamart using DirectQuery to the underlying database (SQL Server), while the other report uses the Power BI Vertipaq engine which is super fast.
If it has always been slow even when importing I would suggest making sure your dataset is using a star schema.
DirectQuery is as fast as the underlying data source, along with once again a star schema design.
Hi, we are using a star schema.
As a test I lined up two instances of PBI Desktop, one using the original data model and one using the new datamart (both identical in terms of tables, joins and import modes). I created identical (simple) matrix visuals and tried to expand the same row in each version of the report.
The original data model has an instant reaction every time, the datamart version shows a spinning loading icon for at least 5 seconds (sometimes more)
- GilbertQ4 years ago
Super User
yes this is because the datamart using DirectQuery to the underlying database (SQL Server), while the other report uses the Power BI Vertipaq engine which is super fast.