Forum Discussion
import vs direct query decision
- 2 years ago
Yes, you can decide before implementing reports whether to use Import or DirectQuery connection mode in Azure Synapse. The Import method takes a snapshot of data and stores it in Power BI Desktop, while DirectQuery runs queries directly to the source at run time. Import is a good option for small to medium-sized datasets that require fast reports and dashboards. DirectQuery or Live Connection is better for large datasets that require real-time access and analysis
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Yes, you can decide before implementing reports whether to use Import or DirectQuery connection mode in Azure Synapse. The Import method takes a snapshot of data and stores it in Power BI Desktop, while DirectQuery runs queries directly to the source at run time. Import is a good option for small to medium-sized datasets that require fast reports and dashboards. DirectQuery or Live Connection is better for large datasets that require real-time access and analysis
Khushidesai0109 If we go with import mode then there is limitation of 1 GB dataset size , we cannot use premium license , considering this should we go with direct query?
- Khushidesai01092 years ago
Skilled Sharer
powerbiexpert22 Yes, DirectQuery mode in Power BI Desktop is better for larger datasets, as it doesn't have the 1 GB semantic model limitation that Import mode does.