0
0
Tableaubi_tool~20 mins

Pie charts in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Pie Chart Pro
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the Correct Pie Chart Setup

You want to create a pie chart in Tableau showing sales distribution by region. Which step is essential to ensure the pie chart displays correctly?

ADrag the 'Region' dimension to Color and 'Sales' measure to Angle on the Marks card.
BDrag the 'Sales' measure to Rows and 'Region' dimension to Columns, then select Pie chart type.
CPlace 'Region' on Filters and 'Sales' on Tooltip, then select Pie chart type.
DDrag 'Sales' to Color and 'Region' to Size on the Marks card.
Attempts:
2 left
💡 Hint

Think about how Tableau uses the Marks card to build pie charts.

🧠 Conceptual
intermediate
2:00remaining
Best Practice for Pie Chart Usage

Which of the following is best practice advice when using pie charts in business intelligence dashboards?

ALimit pie charts to show no more than 5-6 slices for clear visual comparison.
BAvoid labeling slices; users can guess the values by slice size.
CUse pie charts to compare many categories with similar values for detailed analysis.
DAlways use 3D pie charts to make the chart more visually appealing.
Attempts:
2 left
💡 Hint

Think about how easy it is to compare slice sizes visually.

dax_lod_result
advanced
2:30remaining
Calculate Percentage for Pie Chart Slice

You want to create a calculated measure in Tableau to show each category's percentage of total sales for a pie chart. Which formula correctly calculates this percentage?

ASUM([Sales]) / AVG([Sales])
BSUM([Sales]) / TOTAL(SUM([Sales]))
CSUM([Sales]) / SUM([Sales])
DSUM([Sales]) / WINDOW_SUM(SUM([Sales]))
Attempts:
2 left
💡 Hint

Consider how Tableau calculates totals across the current partition.

🔧 Formula Fix
advanced
2:00remaining
Troubleshoot Pie Chart Showing Single Slice

You created a pie chart in Tableau, but it shows only one slice instead of multiple slices by category. What is the most likely cause?

AThe pie chart type is not selected from the Show Me panel.
BThe dimension used for Color is missing or not on the Marks card.
CThe data source has no sales values.
DThe measure used for Angle is not aggregated.
Attempts:
2 left
💡 Hint

Think about what controls the slice division in a pie chart.

🎯 Scenario
expert
3:00remaining
Designing an Accessible Pie Chart Dashboard

You are designing a dashboard with pie charts for a diverse audience, including colorblind users. Which approach best improves accessibility while maintaining effective data communication?

AUse many similar colors to differentiate slices and rely on tooltips for details.
BUse only shades of one color and no labels to keep the chart simple.
CUse distinct colors with high contrast and add data labels showing percentages on each slice.
DUse 3D pie charts with shadows to make slices stand out visually.
Attempts:
2 left
💡 Hint

Consider color contrast and alternative ways to convey information besides color.