January 2017
Beginner to intermediate
372 pages
5h 55m
English
When you want to get the totals for the data in your model, you can leverage the SUMMARIZE function to create a DAX expression to return the data back as a table.
This recipe uses the SUMMARIZE function on a single column. You will summarize the number of fatalities on the CRASH_DATA_T table by the numbers that are related to a weather condition. After building on this foundation, you will add additional columns and other options to round out the features available using this function.
Read now
Unlock full access