January 2017
Beginner to intermediate
372 pages
5h 55m
English
Now that there are more tables in the model, we are going to add an additional measure to perform quick calculations on data. The measure will use a simple DAX calculation since this recipe is focused on how to add or modify the model measures. The future chapters will focus on more advanced DAX calculations.
Sum_of_Fatalities:=SUM(Crash_Data[FATALITIES])

Read now
Unlock full access