Forum Discussion

powerbiexpert22's avatar
powerbiexpert22
Icon for Impactful Individual rankImpactful Individual
2 years ago
Solved

import vs direct query decision

can it be possible to decide before the reports implementation whether we should go with import or direct query connection mode?   we will be implementing dimension model in Azure synapse and will ...
  • Khushidesai0109's avatar
    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.