Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Update multiple strings in transformation

Good morning. I'm trying to replace multile string values in transformation. I can get  them to work separately but not togther:   = Table.ReplaceValue(#"Changed Type", each [Summary],  each  if Te...
  • HotChilli's avatar
    2 years ago

    Each step is referring to the same original table ("Changed Type"). Is that what you want?

    They don't know about each other.  If you want them to act consecutively, you'll have to change the 2nd step to refer to the first step