0
0
Tableaubi_tool~20 mins

Field sort (alphabetic, data source) in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Field Sort Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Default Field Sorting in Tableau

In Tableau, when you add a dimension to the Rows shelf, how is it sorted by default?

ABy the order of data appearance in the data source
BAlphabetically ascending
CBy measure values in descending order
DRandomly each time the view refreshes
Attempts:
2 left
💡 Hint

Think about how Tableau respects the original data unless you specify otherwise.

dax_lod_result
intermediate
1:30remaining
Sorting a Field Alphabetically in Tableau

You want to sort the 'Category' dimension alphabetically ascending in Tableau. Which method will achieve this?

ARight-click 'Category' > Sort > Sort by 'Data Source Order'
BRight-click 'Category' > Sort > Sort by 'Alphabetic' ascending
CDrag 'Category' to Columns and sort by measure
DCreate a calculated field with RANK() and sort by it
Attempts:
2 left
💡 Hint

Look for the option that explicitly sorts alphabetically.

visualization
advanced
2:00remaining
Visualizing the Effect of Data Source Order Sort

You have a 'Region' dimension with values in this order in your data source: East, West, North, South. You want to create a bar chart sorted by this data source order. Which Tableau setting ensures the bars appear in this exact order?

ASort 'Region' by 'Data Source Order' ascending
BSort 'Region' by 'Alphabetic' ascending
CSort 'Region' by 'Field' descending using Sales measure
DSort 'Region' manually by dragging bars in the view
Attempts:
2 left
💡 Hint

Think about preserving the original order from the data source.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Unexpected Sort Order in Tableau

You set a dimension 'Product' to sort alphabetically ascending, but the view still shows a different order. What is the most likely cause?

ATableau does not support alphabetic sorting on dimensions
BThe data source order always overrides any sort settings
CThe measure used in the view forces a descending sort
DA manual sort was applied previously and overrides the alphabetic sort
Attempts:
2 left
💡 Hint

Consider if any manual user actions might override automatic sorting.

🎯 Scenario
expert
3:00remaining
Combining Data Source and Alphabetic Sorting in a Complex Tableau Dashboard

You have a dashboard with multiple sheets using the 'Category' dimension. Some sheets require sorting by data source order, others alphabetically. How can you manage sorting to meet both needs without duplicating the data source?

ADuplicate the data source and set different sort orders in each
BChange the data source order to alphabetic and use it everywhere
CCreate two separate calculated fields for 'Category' with different sort orders and use them accordingly
DUse a parameter to toggle sorting mode globally for all sheets
Attempts:
2 left
💡 Hint

Think about how Tableau allows different fields with different properties.