Forum Discussion
Anonymous
8 years agoNot applicable
Calculate total on last return date
Hi I'm trying to calculate the number of employees per customer. I am struggling with calculating the number of employees as the companies submitted a return sometimes quarterly or even annually...
- 8 years ago
Anonymous
Please see attached file
Zubair_Muhammad
Community Champion
8 years agoHI Anonymous
Try this MEASURE
Measure = CALCULATE ( SUM ( Table1[No of employees] ), LASTDATE ( Table1[Return Date] ) )
Zubair_Muhammad
Community Champion
8 years agoAnonymous
Please see attached file
- Anonymous8 years agoNot applicable
- Anonymous8 years agoNot applicable
Hello
Just building on my previous question
how would I calculate the total on the return data previous to the last date?
Thanks
Jo.