SQX008 — Modifier outside Calculate
Severity: error — blocks saving until fixed.
What happened
Section titled “What happened”RemoveFilters, KeepFilters, and DateShift are context modifiers — they only mean something as arguments of Calculate(…).
How to fix it
Section titled “How to fix it”Wrap it: Calculate([Revenue], RemoveFilters(Sales.Region)).