In Tableau, you want to sort a bar chart showing sales by product category in descending order of sales. Which option correctly describes how to apply this sort?
Think about sorting categories by a measure value, not sorting the axis itself.
In Tableau, sorting categories by a measure is done by clicking the dimension (product category) and choosing Sort by Field with the measure and direction. Option A correctly describes this.
You have a sales table with a Year column and a Sales Amount column. You want to create a calculated measure in Tableau that returns the total sales sorted by Year ascending. Which Tableau calculation and sort option will achieve this?
Think about the simplest aggregation and sorting by the Year dimension.
SUM([Sales Amount]) aggregates sales correctly. Sorting the Year dimension ascending will show sales from earliest to latest year. Option A is correct.
You have a bar chart showing sales by region. The regions are sorted descending by sales. Which of the following visualizations correctly represents this sorting?
Descending sort means highest values first.
Descending sort by sales means the largest sales bar appears first (left), then smaller bars follow. Option C describes this correctly.
You created a bar chart sorted descending by profit, but the bars appear in ascending order. What is the most likely cause?
Sorting the wrong part of the chart can cause unexpected order.
Sorting the measure axis does not reorder the dimension labels. Sorting must be applied on the dimension to reorder bars. Option D explains this common mistake.
You have a sales dashboard with two dimensions: Category and Sub-Category. You want to sort Sub-Category descending by total sales within each Category, and Categories ascending alphabetically. Which approach achieves this in Tableau?
Think about sorting each dimension separately respecting hierarchy.
To sort Sub-Category within each Category by sales descending, and Categories alphabetically ascending, you apply separate sorts on each dimension respecting their hierarchy. Option B describes this correctly.