jmlee
New member
- Joined
- Apr 28, 2020
- Messages
- 8
- Reaction score
- 0
- Points
- 0
- Location
- Bonn, Germany
- Excel Version(s)
- O365
Greetings,
is it possible to place a normal Excel function into a Column in Power Query, so that it works as a function in the resulting data?
Simple Example:
As part of the data, I have piece prices and volumes from which we calculate to get the total price (price * volume = Total). Thus, I want PQ to create (among everything else) 3 Columns "price", "volume" and "total", with the raw data in the first two columns, but the formula "=[price]*[volume]" (or any excel formula) in the last column.
I have tried it, but all methods just return the function as text. Entering the cell and hitting return activates the function, but no one wants to do that for thousands of rows.
I am aware that this somewhat contradicts the purpose of PQ, but I have cases where other users copy individual lines from the data, and they want the dynamic function in case they need to test different prices or volumes.
Cheers,
Jamie
is it possible to place a normal Excel function into a Column in Power Query, so that it works as a function in the resulting data?
Simple Example:
As part of the data, I have piece prices and volumes from which we calculate to get the total price (price * volume = Total). Thus, I want PQ to create (among everything else) 3 Columns "price", "volume" and "total", with the raw data in the first two columns, but the formula "=[price]*[volume]" (or any excel formula) in the last column.
I have tried it, but all methods just return the function as text. Entering the cell and hitting return activates the function, but no one wants to do that for thousands of rows.
I am aware that this somewhat contradicts the purpose of PQ, but I have cases where other users copy individual lines from the data, and they want the dynamic function in case they need to test different prices or volumes.
Cheers,
Jamie