Forum Discussion
Create multiple custom columns in power query in single step
- 6 years ago
Hi , Anonymous
Each step of your operation in the "Transform Data" can be seen as writing an m_query statement in "Advanced Editor".
So you can also directly implement what you want in code in addition to using interface button “Custom Column”.
As shown in the screenshoot below, you only need to copy and modify a few lines of code again.
Then you will get the desired result as below:
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , Anonymous
Each step of your operation in the "Transform Data" can be seen as writing an m_query statement in "Advanced Editor".
So you can also directly implement what you want in code in addition to using interface button “Custom Column”.
As shown in the screenshoot below, you only need to copy and modify a few lines of code again.
Then you will get the desired result as below:
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.