Forum Discussion
Anonymous
5 years agoNot applicable
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...
- 5 years ago
Anonymous , Check like
New Column = MAXX(filter('TABLE', 'TABLE'[G_TYPE]= earlier('TABLE'[G_TYPE])),[SAL_C])
FarhanAhmed
Community Champion
5 years agojust thinking If G_TYPE is the same number coming after SALC "G" then why not create a new calculated column
something like
New SAL_C= "G" & Table[G_TYPE]
- Anonymous5 years agoNot applicable
Hi sir
I try your expression , and using auto fill i still get error.
- FarhanAhmed5 years ago
Community Champion
the data type for this column should be Text instead of Whole Number.