0
0
Tableaubi_tool~20 mins

Storytelling with data in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Storytelling Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Choosing the Best Chart for Comparing Sales Over Time

You have monthly sales data for three product categories over one year. Which chart type best helps tell the story of trends and comparisons across categories?

AA line chart with separate lines for each product category over the months
BA stacked bar chart showing total sales per month with segments for each category
CA pie chart for each month showing category sales proportions
DA scatter plot with months on the x-axis and sales on the y-axis, colored by category
Attempts:
2 left
💡 Hint

Think about how to show trends over time and compare categories clearly.

🧠 Conceptual
intermediate
2:00remaining
Understanding the Role of Color in Storytelling

When designing a dashboard to tell a story about sales performance, what is the best practice for using color?

AUse color only to highlight important data points or differences, keeping the rest neutral
BUse many bright colors to make the dashboard look lively and attract attention
CUse red for all positive values and green for all negative values to keep it consistent
DUse random colors for each chart to make them distinct and avoid confusion
Attempts:
2 left
💡 Hint

Think about how color guides the viewer's focus and supports understanding.

dax_lod_result
advanced
3:00remaining
Calculating Total Sales for Top 3 Customers Using LOD Expression

Given a sales dataset with Customer and Sales Amount, which Tableau LOD expression correctly calculates the total sales for the top 3 customers by sales?

A{ FIXED [Customer] : SUM([Sales Amount]) }
B{ FIXED : SUM( IF RANK(SUM([Sales Amount])) <= 3 THEN [Sales Amount] ELSE 0 END ) }
CSUM( IF RANK(SUM([Sales Amount])) <= 3 THEN [Sales Amount] ELSE 0 END )
D{ FIXED [Customer] : IF RANK(SUM([Sales Amount])) <= 3 THEN SUM([Sales Amount]) ELSE 0 END }
Attempts:
2 left
💡 Hint

Remember that LOD expressions fix the level of detail and ranking functions must be used carefully.

🔧 Formula Fix
advanced
2:00remaining
Identifying the Cause of Misleading Dashboard Insight

A dashboard shows total sales by region using a pie chart. The slices look almost equal, but the actual sales numbers differ greatly. What is the most likely cause?

AThe dashboard filters are set to show only one region
BThe data source has missing sales values causing incorrect totals
CThe pie chart is using count of orders instead of sum of sales
DThe pie chart colors are too similar, making slices hard to distinguish
Attempts:
2 left
💡 Hint

Check what measure the pie chart is actually summarizing.

🎯 Scenario
expert
3:00remaining
Designing a Dashboard to Tell a Clear Story for Executive Review

You need to create a dashboard for executives to review quarterly sales performance. They want to quickly understand overall performance, key drivers, and areas needing attention. Which combination of elements best supports this storytelling goal?

AA dashboard with multiple detailed tables, a complex scatter plot, and a map showing all sales locations
BA dashboard with a KPI summary, a trend line chart for sales over time, and a bar chart highlighting top underperforming regions
CA dashboard with colorful pie charts for each product category and a detailed sales transaction list
DA dashboard with only a large sales total number and a table of all sales reps
Attempts:
2 left
💡 Hint

Think about clarity, focus, and actionable insights for busy executives.