Recall & Review
beginner
What does LOD stand for in Tableau?
LOD stands for Level of Detail. It lets you control the granularity of your calculations independently from the view.
Click to reveal answer
beginner
How can you find a customer's first purchase date using LOD expressions?
Use a FIXED LOD expression like { FIXED [Customer ID] : MIN([Order Date]) } to get the earliest purchase date per customer.
Click to reveal answer
beginner
What is a cohort in business intelligence?
A cohort is a group of customers who share a common characteristic, often grouped by their first purchase date or signup period.
Click to reveal answer
intermediate
Why use FIXED LOD expressions for cohort analysis?
FIXED LOD expressions let you calculate metrics like first purchase date per customer regardless of the current view filters or dimensions.Click to reveal answer
intermediate
Give an example of a cohort calculation using LOD in Tableau.
You can create a cohort by fixing the first purchase month: { FIXED [Customer ID] : DATETRUNC('month', MIN([Order Date])) } to group customers by their first purchase month.
Click to reveal answer
What does the FIXED keyword do in a Tableau LOD expression?
✗ Incorrect
FIXED calculates the expression at the specified dimension level, ignoring the view's dimensions.
Which LOD expression finds the first purchase date per customer?
✗ Incorrect
MIN([Order Date]) fixed by Customer ID returns the earliest purchase date per customer.
What is a cohort analysis typically used for?
✗ Incorrect
Cohort analysis groups customers by shared characteristics like first purchase date to analyze behavior over time.
Which LOD type ignores the view filters except context filters?
✗ Incorrect
FIXED LOD expressions ignore dimension filters in the view except context filters.
How can you group customers by their first purchase month in Tableau?
✗ Incorrect
This LOD expression fixes the first purchase month per customer for cohort grouping.
Explain how you would use LOD expressions to find each customer's first purchase date in Tableau.
Think about fixing the calculation at the customer level and finding the earliest date.
You got /4 concepts.
Describe what a cohort is and how LOD expressions help analyze cohorts in Tableau.
Focus on grouping customers by first purchase and how LOD controls granularity.
You got /4 concepts.