Forum Discussion
Anonymous
7 years agoNot applicable
Count and Getting Max
Hi everyone I'm loosing my mind on a simple case, but I can't find why it doesn't work So I have a table like this one: Project Type User #Count ProjectName Start Finish A Architect...
- 7 years ago
Anonymous this should work, basically give max of finish date for the user against all the records of that user
Max=Calculate(MAX([Finish]),ALLEXCEPT(Table, [USER]))
Anonymous
7 years agoNot applicable
Ok so to do work, I had to add another measure for my Begin date column
Weird but now it's working
parry2k
7 years agoSuper User
Anonymous :)