Introduction
This feature helps you understand the difference between calculations done on each row of data and calculations done on groups of data. It solves the problem of knowing when to use each type to get the right results in your Tableau reports.
When you want to calculate the total sales for each product category (aggregate).
When you need to find the profit margin for each individual sale (row-level).
When creating a dashboard that shows average sales per region (aggregate).
When you want to highlight orders where the discount is greater than 10% (row-level).
When comparing the sum of sales to the average sales per customer (mix of aggregate and row-level).