Introduction to composite models
In Chapter 4, Getting Data from Various Sources, we discussed different storage modes for a dataset. The following is a quick refresher on the datasets’ storage modes:
- Import: For when we keep the data model in Power BI, and the whole data is cached in the memory. In this mode, all tables are in Import storage mode.
- DirectQuery: For when we create a data model in Power BI, but the data is NOT cached in the memory. In this mode, all tables are in DirectQuery storage mode.
- Connect Live: A specific type of DirectQuery, connecting to a semantic model, not a relational database (data store). When we use Connect Live, the data model is hosted elsewhere; therefore, we cannot make any changes to the data model. Instead, we can only get data ready from the data model.
- Composite (Mixed): When a portion of data is cached in the memory while the rest is not. In this mode, some tables are in Import storage mode, and some tables...