Forum Discussion

kalpanaV's avatar
kalpanaV
Helper IV
8 years ago
Solved

Need Help

In this, i want the change in team in repsective month  in which month he has changed team and want the count how many has changed,.
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi kalpanaV,

     

    Please modify the calculated column 'list' to below:

    List = CALCULATE(CONCATENATEX(VALUES(Sheet7[Team Name]),[Team Name],","),FILTER(ALL(Sheet7),Sheet7[Employee_id]=EARLIER(Sheet7[Employee_id])))

     

     

    Regards,

    Xiaoxin Sheng