Complete the code to create a bar chart by dragging the correct shelf name.
Drag the [1] shelf to the Columns area to create a bar chart.In Tableau, dragging a dimension or measure to the Columns shelf creates the horizontal axis for a bar chart.
Complete the code to add a measure to the Rows shelf for visualization.
Drag the [1] measure to the Rows shelf to display values vertically.Measures contain numeric data and are placed on Rows or Columns shelves to create axes for charts.
Fix the error in the visualization by choosing the correct mark type.
Change the mark type to [1] to create a bar chart instead of a line chart.The Bar mark type creates vertical or horizontal bars, suitable for bar charts.
Fill both blanks to filter the data to only show sales greater than 1000.
Create a filter where Sales [1] 1000 to include only higher sales, then drag Sales to [2] shelf.
Filtering Sales with '>' 1000 shows only sales above 1000. Dragging Sales to Rows shelf displays the filtered data vertically.
Fill all three blanks to create a calculated field that shows profit ratio and use it in the view.
Create a calculated field named [1] with formula [Profit] [2] [Sales], then drag it to the [3] shelf.
The calculated field 'Profit Ratio' divides Profit by Sales. Dragging it to Columns shelf shows it horizontally in the view.