Forum Discussion

unnijoy's avatar
unnijoy
Post Prodigy
5 years ago
Solved

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's avatar
    5 years ago

    unnijoy 

    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])