Forum Discussion

Elisa112's avatar
Elisa112
Helper V
2 years ago
Solved

Rank Customer Appointments by type

Hi Experts I have been trying this out for several days, I need to rank a table of appointment by type.  Each customer has several appointments of different type and I need to rank within each type ...
  • amitchandak's avatar
    2 years ago

    Elisa112 , Create a new column

    Rank = Rankx( filter(Table, [UserID] = earlier([UserID]) && [Meeting Type] = earlier([Meeting Type])), [Meeting Date],,asc,dense)