Complete the code to add a dimension to the Detail shelf in Tableau.
Drag the [1] field to the Detail shelf to increase the detail level of marks.Dimensions like 'Category' add detail to marks, while measures like 'SUM(Sales)' aggregate data.
Complete the sentence to explain the effect of adding a field to Detail.
Adding a field to Detail [1] the level of granularity in the view without changing the aggregation.
Adding a field to Detail increases granularity by splitting marks but does not aggregate data differently.
Fix the error in the sentence about Detail shelf usage.
The Detail shelf [1] the color of marks in Tableau.
The Detail shelf controls mark granularity, not color. Color is controlled by the Color shelf.
Fill both blanks to complete the explanation about Detail and aggregation.
Adding [1] to Detail increases the number of marks, but the [2] of each mark remains unchanged.
Adding a dimension to Detail splits marks into more granular pieces, but aggregation like SUM or AVG stays the same.
Fill all three blanks to complete the Tableau calculation for count distinct customers at detail level.
COUNTD([1]) is used to count distinct [2] when marks are detailed by [3].
COUNTD(Customer ID) counts unique customers. Adding Region to Detail splits marks by region.