Master key concepts with interactive flashcards
What is the difference between DirectQuery, Import, and DirectLake in Power BI?
Click to reveal answer
**Import**: Copies data into the in-memory VertiPaq engine at refresh time. Fastest query performance but requires scheduled refresh. **DirectQuery**: Queries the source database live on every visual render. Always current but slower per query. **DirectLake**: Fabric-native mode that reads Parquet/Delta files directly from OneLake without importing, combining real-time freshness with VertiPaq speed.
Click to show question