Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Case 964 How to recode GROUP_TYPE to SAL_C ?

Hi All   I al still struggle on how to recode GROUP TYPE to Staff.   My expected result in Yellow color :- Some one have give me the script below :- New Column = calculate(firstnon...
  • amitchandak's avatar
    5 years ago

    Anonymous , Check like

    New Column = MAXX(filter('TABLE', 'TABLE'[G_TYPE]= earlier('TABLE'[G_TYPE])),[SAL_C])