Skip to content

Fixed Calculation Tableau -

Result: Tableau looks at all chairs, finds the single highest sales number, and highlights only that row. Do not try to memorize every LOD syntax. Instead, memorize this question:

You drag Sales into the view, add Region , and everything looks perfect. But the moment you try to answer a complex question—like “What is the average sales per customer, regardless of my date filters?” or “Show me the highest selling product in each state” —your numbers suddenly look wrong. fixed calculation tableau

This is wrong. You need a calculation that ignores the date filter. The FIXED calculation tells Tableau: "Compute this value using these specific dimensions, and ignore all other filters (except context filters and data source filters)." The Syntax FIXED [Customer Name] : MIN([Order Date]) Translation: "Lock onto each unique Customer. Look at all the Order Dates available for that customer (ignoring my current date filters). Give me the very first one." Real-World Example: Customer Retention Imagine you want to know how many new customers you acquired each month. Result: Tableau looks at all chairs, finds the

If you are in doubt, use FIXED . It gives you the most control because it does not try to guess what dimensions are in your view. The Silent Killer: Dimension Filters You must know one danger: Order of Operations . But the moment you try to answer a

FIXED [Sub-Category] : MAX([Sales]) Wait, that gives me a number, not a flag.