Power Query: transform a column by multiplying by another column

前端 未结 3 2098
余生分开走
余生分开走 2021-01-19 19:27

I want to do something similar to Power Query Transform a Column based on Another Column, but I\'m getting stuck on how to modify the syntax for my particular goal.

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-19 20:01

    I think the Table.AddColumn followed by Table.RemoveColumns is the usual and clearest way for this transformation. I'm also not happy with the fact that this results in so many steps in PowerQuery. But due to internal backfolding methods of PowerQuery this will usualy not result in better performance. (PowerQuery trys to give the main Work back to the queried Database if avaiable)

提交回复
热议问题