I need to do a multiplication from column PRICE and multiply with value from second row from column RATE as table below:
Really appreciate any help on how to do it in power query.
Solved! Go to Solution.
NewStep=Table.AddColumn(PreviousStepName,"NewCol",each [PRICE]*PreviousStepName[RATE]{1})
NewStep=Table.AddColumn(PreviousStepName,"NewCol",each [PRICE]*PreviousStepName[RATE]{1})
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
137 | |
25 | |
19 | |
10 | |
9 |
User | Count |
---|---|
146 | |
39 | |
30 | |
18 | |
17 |