Section 7: Calculations Flashcards
Name each of these boxes
What are the MEASURE aggregations available?
Sum, Average, Median, Count, Count (Distinct), Min/Max, Standard Deviation, Percentile, Variance
What are the DIMENSION aggregations available
Min/Max, Count, Distinct Count
What are the different aggregation types?
What are the 5 types of functions?
What is DateADD function and how many arguments does it require?
What are the arguments DATEDIFF requires (in order from left to right)
What does DATENAME do?
Returns a part of the given date as a string, with units defined by the date interval. DateNAME(‘month’, ‘2021-04-01’) would return April
What does DATETRUNC do?
DATETRUNC(‘month’, ‘2021-06-10’) -> ‘2021-06-01’
Name the different Date Intervals
Name the different Date Intervals
Define Addressing and Partitioning in Tableau
Define the three LOD types
Define the three LOD types
What would you expect to happen when you drag the following calculated field to the table in the attached picture:
{EXCLUDE [State]: SUM(Spend)}
Aggregates up our spend to region, but excludes the state dimension.