Forum Discussion

webportal's avatar
webportal
Impactful Individual
9 years ago
Solved

Using a Boolean expression with CALCULATE

  Can someone explain me why this expression of a calculated measure works:   Measure = CALCULATE(SUM(Facts[Turnover]);FILTER('Facts';'Facts'[UnitPrice]>=50))  Whereas this one doesn't:   Measu...
  • LaurentCouartou's avatar
    LaurentCouartou
    9 years ago
    This is correct. No measure or CALCULATE expression, unless you write a full FILTER expression around it.