0
0
Tableaubi_tool~20 mins

Compute using (table across, down) in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Compute Using Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
dax_lod_result
intermediate
2:00remaining
Calculate Running Total with Compute Using Table Across

You have a sales table with monthly sales data. You create a calculated field for running total using Compute Using: Table Across. What will be the running total value for March if the sales for Jan, Feb, and Mar are 100, 150, and 200 respectively?

A200
B450
C150
D100
Attempts:
2 left
💡 Hint

Running total sums values from left to right across the table.

visualization
intermediate
2:00remaining
Identify Correct Compute Using Direction for Yearly Sales Growth

You want to visualize yearly sales growth by region in Tableau. Which Compute Using option should you choose to calculate growth down the table (by year) for each region?

APane Down
BPane Across
CTable Down
DTable Across
Attempts:
2 left
💡 Hint

Growth by year means moving vertically down the table.

🎯 Scenario
advanced
2:00remaining
Troubleshoot Unexpected Results with Compute Using Table Across

You created a calculated field for percent of total sales using Compute Using: Table Across. However, the percentages do not add up to 100% across the row. What is the most likely cause?

AThere are hidden filters limiting data in some columns
BCompute Using should be set to Table Down instead
CThe data source has duplicate rows causing errors
DThe calculation is missing an aggregation function
Attempts:
2 left
💡 Hint

Check if all columns in the row are included in the calculation.

🔧 Formula Fix
advanced
2:00remaining
Fix Incorrect Compute Using Direction Causing Wrong Running Total

You created a running total calculation but it sums sales down the table instead of across. Which change fixes this?

AChange Compute Using to Table Across
BChange Compute Using to Pane Down
CChange Compute Using to Table Down
DChange Compute Using to Pane Across
Attempts:
2 left
💡 Hint

Running total should sum left to right across columns.

🧠 Conceptual
expert
3:00remaining
Explain the Difference Between Compute Using Table Across and Pane Across

Which statement best describes the difference between Compute Using: Table Across and Pane Across in Tableau?

ATable Across and Pane Across compute identically but differ in performance
BTable Across computes vertically across rows; Pane Across computes vertically within panes
CTable Across computes only within panes horizontally; Pane Across computes across the entire table
DTable Across computes across the entire table ignoring panes; Pane Across computes only within each pane horizontally
Attempts:
2 left
💡 Hint

Think about the scope of computation across panes versus the whole table.