Forum Discussion

Anya_T's avatar
Anya_T
Frequent Visitor
5 years ago
Solved

Column Creation

Hi,   I want to create a new column, which should show the manager value. Sharing my expected column,   Associate Manager  Client Expected column a 1 b 2 b 2 b 2 c 3 c 3 ...
  • ryan_mayu's avatar
    ryan_mayu
    5 years ago

    Anya_T 

    you can try this

    Column = maxx(FILTER('Table','Table'[Associate]=EARLIER('Table'[ Client])),'Table'[Manager])