Forum Discussion
ViorelCa
Helper I
9 years agoDAX Measure reference error
Dear Colleagues, I get an error when I am referencing the following Measure. CurrentMonth:=CALCULATE( MONTH(Max(Merge1[Date])), Merge1[SalesR2017]<>0) The value of this CurrentMonth mea...
Anonymous
9 years agoNot applicable
Hi ViorelCa
Try this one:
Measure = CALCULATE(
sum(Merge1[SalesR2017]),
MONTH(Merge1[Date])=MONTH(Max(Merge1[Date]))
)ViorelCa
Helper I
9 years agoHi Anonymous
The same error.
Actually I am doing this in PowerPivot Excel 2013 and the error does not not have a message, it just shows #ERROR