Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have a data set of 20 fields, where I need to create another 10 columns with formla like below
Field 21 = Field 5 * Field 6
Field 22 = Field 5 * Field 7
FIeld 23 = Field 5 * Field 8
...
Is there a quick way to do this in Power Query without manually adding 10 steps?
Thank you for your help!
Solved! Go to Solution.
Hi , @varutvu
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 , @varutvu
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.
@varutvu - Huh, that's a good one. I'm not aware of a way but if anyone knows of something fancy, it's @ImkeF
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 67 | |
| 50 |