0
0
Tableaubi_tool~20 mins

Adding sheets to dashboard in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Dashboard Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
How to add multiple sheets to a Tableau dashboard?

You have three sheets: Sales by Region, Profit Trend, and Customer Segments. You want to add all three sheets to a new dashboard. What is the correct way to add these sheets?

ADrag each sheet from the Sheets list on the left into the dashboard workspace one by one.
BRight-click on the dashboard and select 'Add Sheet' to add all sheets at once.
CDouble-click on the dashboard background to automatically add all sheets.
DUse the Data menu to import sheets into the dashboard.
Attempts:
2 left
💡 Hint

Think about how you usually place sheets visually in Tableau dashboards.

🧠 Conceptual
intermediate
2:00remaining
Understanding sheet containers in Tableau dashboards

When adding multiple sheets to a Tableau dashboard, what is the purpose of using containers?

AContainers automatically filter data across sheets.
BContainers help group sheets together to control layout and alignment.
CContainers convert sheets into charts.
DContainers delete unused sheets from the dashboard.
Attempts:
2 left
💡 Hint

Think about how you organize items visually on a page.

dax_lod_result
advanced
3:00remaining
Calculate total sales per region ignoring filters in Tableau

You want to add a sheet to your dashboard that shows total sales per region, ignoring any filters applied on the dashboard. Which Tableau calculation will achieve this?

ATOTAL(SUM([Sales]))
BSUM([Sales])
CWINDOW_SUM(SUM([Sales]))
D{ FIXED [Region] : SUM([Sales]) }
Attempts:
2 left
💡 Hint

Think about how to fix a calculation at a specific level regardless of filters.

🔧 Formula Fix
advanced
2:00remaining
Why does a sheet not appear in the dashboard after adding?

You dragged a sheet into your Tableau dashboard, but it does not appear. What is the most likely reason?

AThe sheet is hidden because the container size is too small or collapsed.
BThe sheet data source is disconnected.
CThe dashboard is in presentation mode.
DThe sheet is filtered out by a dashboard filter.
Attempts:
2 left
💡 Hint

Check the dashboard layout and container sizes.

🎯 Scenario
expert
3:00remaining
Optimizing dashboard performance with multiple sheets

You have a dashboard with five sheets showing different sales metrics. The dashboard loads slowly. Which approach will best improve performance while keeping all sheets visible?

AIncrease the size of all sheets to fill the dashboard space.
BAdd all sheets as live connections without extracts.
CUse dashboard actions to filter sheets dynamically instead of showing all data at once.
DRemove containers to simplify the layout.
Attempts:
2 left
💡 Hint

Think about reducing data load and improving interactivity.