Forum Discussion
JoeAPH
7 years agoRegular Visitor
Introducing Month field from Calendar changes YTD calculation
I have a measure Sales YTD = CALCULATE([Ttl Sales], FILTER(trans,year(trans[DATE])=MAX(Calendar2[Year])), FILTER(trans,trans[Hold?]="n")) Note: Ttl Sales = Sum(trans[NetSales]) I...
- 7 years ago
Hi
I added the RETURN command, and it is working perfectly!
Many thanks
Joe