SQX008 — Modifier outside Calculate
Error — blocks saving
What happened
Section titled “What happened”RemoveFilters, KeepFilters, and DateShift are context modifiers — they only mean something as arguments of Calculate(…). Likewise IgnoreFilters is a flag that only means something as the last argument of Fixed(…).
How to fix it
Section titled “How to fix it”Wrap it: Calculate([Revenue], RemoveFilters(Sales.Region)).