This chapter covers some advanced topics in Power BI data modeling that I think you may find useful. These are important for analyzing data over very large data sets. It includes direct queries, aggregation tables, and dataflow.
Determine when to use DirectQuery
Use aggregation tables
Use dataflows to populate a Common Data Model
Direct Queries
Throughout this book we have been importing the data into the Power BI tabular model. For most cases this is the preferred method for connecting to data sources and working with the data. ...