0
0
Tableaubi_tool~10 mins

Why sorting organizes visual display in Tableau - Test Your Understanding

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

Complete the code to sort the bar chart by sales in descending order.

Tableau
SORT BY [1] DESC
Drag options to blanks, or click blank then click option'
ASales
BProfit
CCategory
DDate
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a dimension like Category instead of a measure like Sales.
2fill in blank
medium

Complete the code to sort the table by Region alphabetically.

Tableau
SORT BY [1] ASC
Drag options to blanks, or click blank then click option'
AOrder Date
BRegion
CProfit
DSales
Attempts:
3 left
💡 Hint
Common Mistakes
Sorting by numeric fields instead of the Region name.
3fill in blank
hard

Fix the error in the sorting expression to order products by profit descending.

Tableau
SORT BY [1] DESC
Drag options to blanks, or click blank then click option'
ASales
BCategory
CQuantity
DProfit
Attempts:
3 left
💡 Hint
Common Mistakes
Sorting by Sales or Quantity instead of Profit.
4fill in blank
hard

Fill both blanks to sort the dashboard by Date ascending and then by Sales descending.

Tableau
SORT BY [1] ASC, [2] DESC
Drag options to blanks, or click blank then click option'
ADate
BSales
CProfit
DRegion
Attempts:
3 left
💡 Hint
Common Mistakes
Reversing the order or sorting by wrong fields.
5fill in blank
hard

Fill all three blanks to sort the report by Category ascending, then by Profit descending, and finally by Region ascending.

Tableau
SORT BY [1] ASC, [2] DESC, [3] ASC
Drag options to blanks, or click blank then click option'
ACategory
BProfit
CRegion
DSales
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up ascending and descending orders or wrong fields.