Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Filter context and variables (can someone explain different results?)

Using the following DAX I am trying to calculate the change in average monthly total sales over time at region level: MA REGION = VAR _mindate = MIN('Date'[Date]) VAR _table = CALCUL...