Complete the code to create a vertical bar chart by dragging the correct shelf name.
Drag to the [1] shelf to create vertical bars.In Tableau, placing a dimension or measure on the Columns shelf creates vertical bars in a bar chart.
Complete the code to create a horizontal bar chart by dragging the correct shelf name.
Drag to the [1] shelf to create horizontal bars.In Tableau, placing a dimension or measure on the Rows shelf creates horizontal bars in a bar chart.
Fix the error in the code to correctly swap a vertical bar chart to horizontal by changing the shelf.
To switch from vertical to horizontal bars, move the measure from [1] to the Columns shelf.
Vertical bars are created by placing the measure on Columns. To make horizontal bars, move it to Rows.
Fill both blanks to create a vertical bar chart with 'Category' on Columns and 'Sales' on Rows.
Drag [1] to Columns and [2] to Rows to build the chart.
Category is a dimension placed on Columns for grouping. Sales is a measure placed on Rows for bar height.
Fill all three blanks to create a horizontal bar chart with 'Region' on Rows, 'Profit' on Columns, and color by 'Category'.
Drag [1] to Rows, [2] to Columns, and [3] to Color on Marks card.
Region is a dimension on Rows for horizontal bars. Profit is a measure on Columns for bar length. Category on Color adds color grouping.