legalhustler
Well-known Member
- Joined
- Jun 5, 2014
- Messages
- 1,214
- Office Version
- 365
- Platform
- Windows
In Power Query I want to sum one column (C) then divide it by the sum of another column (E), therefore the result column will have the same amount repeated on each row. I don't know want to use Group BY because I want to show all the remaining columns as well as the amounts in Column C and E. How can I achieve this?
Result column calculation: (Sum of Column C) 50/10 (Sum of Column E) = 5
Example
Result column calculation: (Sum of Column C) 50/10 (Sum of Column E) = 5
Example
Column C | Column E | Result |
10 | 5 | 5 |
10 | 2 | 5 |
30 | 3 | 5 |