0
0
Tableaubi_tool~20 mins

Bar charts (horizontal and vertical) in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Bar Chart Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct way to create a horizontal bar chart in Tableau

You have sales data by product category. You want to create a horizontal bar chart showing total sales per category. Which option correctly describes how to create this chart?

ADrag 'Sales' to Columns and 'Category' to Rows, then change the mark type to Circle.
BDrag 'Sales' to Rows and 'Category' to Columns, then change the mark type to Line.
CDrag 'Category' to Rows and 'Sales' to Columns, then change the mark type to Bar.
DDrag 'Category' to Columns and 'Sales' to Rows, then change the mark type to Bar.
Attempts:
2 left
💡 Hint

Think about which axis controls the categories and which controls the values for a horizontal bar chart.

visualization
intermediate
2:00remaining
Determine the correct setup for a vertical bar chart in Tableau

You want to create a vertical bar chart showing total profit by region. Which option correctly describes how to build this chart?

ADrag 'Region' to Columns and 'Profit' to Rows, then set mark type to Bar.
BDrag 'Profit' to Columns and 'Region' to Rows, then set mark type to Bar.
CDrag 'Region' to Rows and 'Profit' to Columns, then set mark type to Line.
DDrag 'Profit' to Rows and 'Region' to Columns, then set mark type to Circle.
Attempts:
2 left
💡 Hint

Vertical bars grow upward along the Rows axis.

🧠 Conceptual
advanced
2:00remaining
Why choose horizontal over vertical bar charts?

Which reason best explains when to prefer a horizontal bar chart instead of a vertical bar chart?

AWhen you want to compare percentages stacked on top of each other.
BWhen category names are long and need more space to display clearly.
CWhen you want to show time series data over months.
DWhen you want to display data with very few categories.
Attempts:
2 left
💡 Hint

Think about label readability and space.

🔧 Formula Fix
advanced
2:00remaining
Identify the error causing a vertical bar chart to display as a line chart

You created a chart with 'Category' on Columns and 'Sales' on Rows, but the chart shows lines instead of bars. What is the most likely cause?

AThe data source is missing the 'Sales' field.
BThe 'Sales' field is on Columns instead of Rows.
CThe 'Category' field is on Rows instead of Columns.
DThe mark type is set to Line instead of Bar.
Attempts:
2 left
💡 Hint

Check the mark type setting in the Marks card.

🎯 Scenario
expert
3:00remaining
Design a dashboard with both horizontal and vertical bar charts for sales and profit

You need to build a dashboard showing total sales by product category as a horizontal bar chart and total profit by region as a vertical bar chart. Which setup correctly achieves this?

ACreate one worksheet with 'Category' on Rows and 'Sales' on Columns (mark type Bar), another worksheet with 'Region' on Columns and 'Profit' on Rows (mark type Bar), then add both to the dashboard.
BCreate one worksheet with 'Category' on Columns and 'Sales' on Rows (mark type Bar), another worksheet with 'Region' on Rows and 'Profit' on Columns (mark type Bar), then add both to the dashboard.
CCreate one worksheet with 'Sales' on Rows and 'Category' on Columns (mark type Line), another worksheet with 'Profit' on Columns and 'Region' on Rows (mark type Circle), then add both to the dashboard.
DCreate one worksheet with 'Category' on Rows and 'Sales' on Columns (mark type Circle), another worksheet with 'Region' on Columns and 'Profit' on Rows (mark type Line), then add both to the dashboard.
Attempts:
2 left
💡 Hint

Remember the axis placement for horizontal and vertical bar charts and mark types.