By default, tabular models use an in-memory cache to store and query data. When tabular models query data residing in-memory, even complex queries can be incredibly fast. However, there are some limitations to using cached data. Namely, large data sets can exceed available memory, and data freshness requirements can be difficult if not impossible to achieve on a regular processing schedule. DirectQuery overcomes these limitations while also leveraging RDBMS features making query execution more efficient. With DirectQuery: + https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/directquery-mode-ssas- tabular