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
For example, I have this simple SQL statement:
SELECT a, SUM(b)*a FROM table GROUP BY a
How can I implement "SUM(b)*a" in a Table.Group function? For "SUM(b)" Power Query generates "each List.Sum([b])", but how to multiply this by "a" ? Or how to implement SUM(b*a), which cause the same result?
Solved! Go to Solution.
Can you Group by [Column a], with a sum aggregation for [Column b], then add a custom column for [Column a] * [new column b]?
Can you Group by [Column a], with a sum aggregation for [Column b], then add a custom column for [Column a] * [new column b]?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 17 | |
| 9 | |
| 9 | |
| 7 | |
| 7 |