0
0
Tableaubi_tool~10 mins

First Tableau visualization - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a bar chart by dragging the correct shelf name.

Tableau
Drag the [1] shelf to the Columns area to create a bar chart.
Drag options to blanks, or click blank then click option'
AFilters
BColumns
CRows
DPages
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Rows and Columns shelves.
Dragging to Filters instead of Columns.
2fill in blank
medium

Complete the code to add a measure to the Rows shelf for visualization.

Tableau
Drag the [1] measure to the Rows shelf to display values vertically.
Drag options to blanks, or click blank then click option'
AMeasure
BParameter
CFilter
DDimension
Attempts:
3 left
💡 Hint
Common Mistakes
Dragging a Dimension instead of a Measure to Rows.
Using Filters or Parameters incorrectly.
3fill in blank
hard

Fix the error in the visualization by choosing the correct mark type.

Tableau
Change the mark type to [1] to create a bar chart instead of a line chart.
Drag options to blanks, or click blank then click option'
ALine
BCircle
CShape
DBar
Attempts:
3 left
💡 Hint
Common Mistakes
Leaving the mark type as Line.
Choosing Circle or Shape which do not create bars.
4fill in blank
hard

Fill both blanks to filter the data to only show sales greater than 1000.

Tableau
Create a filter where Sales [1] 1000 to include only higher sales, then drag Sales to [2] shelf.
Drag options to blanks, or click blank then click option'
A>
B<
CRows
DColumns
Attempts:
3 left
💡 Hint
Common Mistakes
Using '<' instead of '>' in the filter.
Dragging Sales to Columns instead of Rows.
5fill in blank
hard

Fill all three blanks to create a calculated field that shows profit ratio and use it in the view.

Tableau
Create a calculated field named [1] with formula [Profit] [2] [Sales], then drag it to the [3] shelf.
Drag options to blanks, or click blank then click option'
AProfit Ratio
B/
CColumns
D*
Attempts:
3 left
💡 Hint
Common Mistakes
Using '*' instead of '/' in the formula.
Dragging the calculated field to Rows instead of Columns.