Forum Discussion

M_SBS_6's avatar
M_SBS_6
Helper V
1 year ago
Solved

PartitionBy

Hi, I have grouped my table to show and show the earliest and latest date as a customer. I am needing to identify the names by ID which customers regardless of product has become a new customer in 20...
  • ryan_mayu's avatar
    1 year ago

    M_SBS_6 

    maybe you can try this

     

    Test=calculate(min(test [earliest]),allexcept(test,test[id]))