Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Replace a cell in one column if another columns cell equals something

I have the following two columns Current State Service Type Resource Type SCM301 FT101 SCM301 GT101 SCM100 FT101 SCM100 HM500 SCM075 KL102 SCM050 KL102 SCM100 KL10...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous Please create a calculated column desired service type as 

    Desired Service Type = IF('Table'[Resource Type]="FT101","FX008",'Table'[Service Type])

    Please let me know if you have any question. If it help accept as solution