You have a sales dataset with fields: CustomerID, OrderID, and SalesAmount. You want to calculate total sales per customer regardless of the view's aggregation level.
Which Tableau calculation correctly uses the detail level of marks to sum sales by customer?
Think about how to fix the aggregation at the customer level regardless of the view.
The {FIXED [CustomerID]: SUM([SalesAmount])} expression calculates total sales per customer ignoring other dimensions in the view, ensuring the detail level is at customer.
You create a scatter plot showing SalesAmount on the Y-axis and Profit on the X-axis. You want each point to represent a unique OrderID. Which detail level of marks setting should you use?
Think about how Tableau defines each mark uniquely.
Adding OrderID to the Detail shelf ensures each mark represents a unique order, controlling the detail level of marks.
In Tableau, what happens to the number of marks in a view when you add more dimensions to the Detail shelf?
Think about how adding dimensions affects granularity.
Adding dimensions to the Detail shelf increases granularity, so Tableau creates more marks representing finer detail combinations.
You created a view with Category and Sub-Category on Rows and SUM(Sales) on Columns. You want each mark to represent individual products, but the marks aggregate at sub-category level. What is the likely cause?
Think about what controls the granularity of marks in Tableau.
Without adding the Product dimension to the view or Detail shelf, Tableau aggregates marks at the highest dimension level present, here Sub-Category.
You need to build a dashboard that shows total sales by Customer and Product. The dashboard has two sheets: one lists customers with their total sales, and the other lists products with sales filtered by the selected customer. How should you set the detail level of marks and filters to ensure correct interaction?
Consider how to fix aggregation levels and enable filtering between sheets.
FIXED LOD expressions ensure sales are calculated at the correct granularity regardless of view filters. Setting a dashboard filter action from customer to product sheet enables filtering products by selected customer.