September 2017
Intermediate to advanced
802 pages
37h 6m
English
For import data models, you can remove a column that represents a simple expression of other columns from the same table. For example, if the Extended Amount column is equal to the multiplication of the Unit Price and Order Quantity columns, you can choose to only import these two columns.
The DAX SUMX() function computes the same result as a sum of the column and can be parallelized by the storage engine. This approach is not recommended for DirectQuery models.
Read now
Unlock full access