Forum Discussion
unnijoy
5 years agoPost Prodigy
Lookup
i have 2 tables. one is Active HC and other is Inactive HC. In Inactive HC i don't have L2 name. but it is available on Active HC table. i need to find it based on the below logic. Logi...
ryan_mayu
5 years agoSuper User
pls try this
L2 =
MAXX(FILTER(ALL(Active),Active[Report Name]=EDATE(Inactive[Report Name],-1)&&Active[OP/CL]="Opening"&&Active[EMPID]=Inactive[EMPID]),Active[L2])