Calculations Flashcards

1
Q

What are table calculations?

A

“Table Calculations allow you to compare any number on the screen to any other number on the screen.” - Marc Rueter

“They are not computed fields, they summarize the data you’ve already pulled back from the data source.” - Christian Chabot

“Table Calculations are used when you want to COMPARE different summarized values of the same measure (EX Sales from 2011 minus Sales from 2010, EX2 Sales from the East divided by total Sales in all Regions). In contrast, Calculated Fields are used when you want to perform calculations with multiple measures (EX Sales minus Cost).” - Jesse Gebhardt

“Table Calculations allow you to perform an additional level of aggregation on top of the results returned in the table.” - Danton Lee

“They are Tableau-side (client-side) calculations that do additional aggregations, like Running Totals, for example.” - Nigel Stoodley

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

Cohort Calculations

A

Cohort Analysis is used to study the behavior or outcomes associated with a group of people over time. The technique of cohort analysis is most often used to study customer retention. A cohort is a group of customers or subjects that have a common characteristic. Cohorts can be determined by the date at which they joined a website, became a customer, their age, demographic, or any other attribute that could be used to group a set of individuals. It is then assumed that something about the cohort drives certain behavior over time.

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

Calculations that are built into the query and sent to the database?

A

All calculated fields that don’t use Table Calculation Functions.

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

Calculations that are computed locally by Tableau after we get the query results back?

A

All Table Calculations.

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

What’s the difference between a calculated field that uses aggregation and one that doesn’t?

A

If you do not put aggregation into the calculated field, it will be evaluated row-by-row through the whole dataset. Then aggregation is applied afterword.

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

What are some ways you might use logic statements (IF and CASE statements)?

A

To set KPI’s. To account for outliers or special business rules. To manipulate data (split 1 measure into multiple slices). Cohort Calcs.

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