Power Query Transform a Column based on Another Column

前端 未结 6 1996
谎友^
谎友^ 2020-12-16 05:10

I keep thinking this should be easy but the answer is evading me. In Excel Power Query, I would like to transform the value in each row of a column based on another column\

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-16 05:45

    You can't transform the existing column with such a step. Use a new column, do the transform, then delete the existing column. What's the big deal? In Excel you would not expect a formula to change the value of a different column, either. In Power Query, the result of a formula is also stored in a column, and that cannot be the column that provides one of the formula input values.

提交回复
热议问题