Introduction
Power BI lets you connect to data in two main ways: Import mode and DirectQuery mode. Import mode copies data into Power BI for fast analysis. DirectQuery mode keeps data in the source and queries it live. Choosing the right mode helps balance speed and data freshness.
When you want fast report performance with data that does not change often, use Import mode.
When your data updates frequently and you need the latest values in reports, use DirectQuery mode.
When your dataset is very large and cannot fit into Power BI memory, use DirectQuery mode.
When you want to combine data from multiple sources that support DirectQuery, use DirectQuery mode.
When you want to work offline or without constant connection to the data source, use Import mode.