Forum Discussion
user35131
4 years agoHelper III
Get Max date by group but from variable table
Normally i would this code Max Date =
CALCULATE (
LASTDATE ( Table[Date] ),
ALLEXCEPT (
Table,
Table[ID],
Table[Col2]
)
) Var= threein1 VAR MA...
user35131
4 years agoHelper III
A measure i created outside did not get accepted when trying to input.