Section 7: Calculations Flashcards

1
Q

Name each of these boxes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the MEASURE aggregations available?

A

Sum, Average, Median, Count, Count (Distinct), Min/Max, Standard Deviation, Percentile, Variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the DIMENSION aggregations available

A

Min/Max, Count, Distinct Count

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the different aggregation types?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 5 types of functions?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is DateADD function and how many arguments does it require?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the arguments DATEDIFF requires (in order from left to right)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does DATENAME do?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does DATETRUNC do?

A

DATETRUNC(‘month’, ‘2021-06-10’) -> ‘2021-06-01’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the different Date Intervals

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name the different Date Intervals

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define Addressing and Partitioning in Tableau

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define the three LOD types

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define the three LOD types

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What would you expect to happen when you drag the following calculated field to the table in the attached picture:

{EXCLUDE [State]: SUM(Spend)}

A

Aggregates up our spend to region, but excludes the state dimension.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What would you expect to happen when you drag the following calculated field to the table in the attached picture:

AVG({INCLUDE [Customer ID]: SUM([Spend])})

A

Calculates the average spend using Customer ID, by state.

16
Q

What would you expect to happen when you drag the following calculated field to the table in the attached picture:

{FIXED [Country/Region]: SUM[Spend]}

A

Ignores all dimensions and has the sum of spend of the country/region (United States)