January 2017
Beginner to intermediate
372 pages
5h 55m
English
In this recipe, you will extend the last calculation to add an additional column to the output. You can summarize the data by including more columns in the SUMMARIZE function to achieve your desired output.
Complete the calculation in the Using the SUMMARIZE function recipe.
SUMMARIZE function along with the EVALUATE function to return a table:EVALUATE SUMMARIZE ( CRASH_DATA_T ,Manner_of_Crash[Manner_Group] ...
Read now
Unlock full access