Challenge - 5 Problems
LOD Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
❓ dax_lod_result
intermediate2:00remaining
Calculate Total Sales per Region Using FIXED LOD
Given a dataset with sales data including fields Region and Sales, which FIXED LOD expression correctly calculates the total sales per region regardless of filters on other dimensions?
Attempts:
2 left
💡 Hint
Remember, FIXED LOD expressions ignore filters except context filters and fix the calculation at the specified dimension.
✗ Incorrect
Option D uses FIXED LOD to calculate total sales per region ignoring other filters. Option D includes Region but is affected by filters. Option D excludes Region, so it does not calculate per region. Option D is a simple aggregation affected by all filters.
❓ visualization
intermediate2:00remaining
Visualizing Average Sales per Customer with FIXED LOD
You want to create a bar chart showing the average sales per customer across all regions, ignoring any filters on region. Which FIXED LOD expression should you use to create the calculated field for average sales per customer?
Attempts:
2 left
💡 Hint
You want to fix the calculation at the customer level ignoring region filters.
✗ Incorrect
Option B fixes the average sales at the customer level ignoring filters on region. Option B fixes at region level, not customer. Option B includes customer but is affected by filters. Option B is a simple average affected by all filters.
🔧 Formula Fix
advanced2:00remaining
Identify the Error in FIXED LOD Expression
Which option contains a syntax error in the FIXED LOD expression?
Attempts:
2 left
💡 Hint
Check the syntax for multiple dimensions in FIXED LOD expressions.
✗ Incorrect
Option C is missing a comma between [Category] and [Region], causing a syntax error. Options A and C correctly separate multiple dimensions with commas. Option C is valid with a single dimension.
🧠 Conceptual
advanced2:00remaining
Understanding Filter Behavior in FIXED LOD
Which statement correctly describes how FIXED LOD expressions behave with filters in Tableau?
Attempts:
2 left
💡 Hint
Think about which filters affect FIXED LOD calculations.
✗ Incorrect
FIXED LOD expressions ignore dimension filters but respect context filters. This allows them to fix calculations at specified dimensions regardless of other filters except context filters.
🎯 Scenario
expert3:00remaining
Calculate Customer Count per Segment Ignoring Product Filters
You have a dataset with customers, segments, and products. You want to create a calculated field that shows the total number of unique customers per segment, ignoring any filters on products but respecting filters on segments. Which FIXED LOD expression achieves this?
Attempts:
2 left
💡 Hint
You want to fix calculation at segment level ignoring product filters.
✗ Incorrect
Option A fixes the count of unique customers at the segment level ignoring product filters. Option A includes product, so it does not ignore product filters. Option A includes segment but is affected by filters. Option A is a simple count affected by all filters.