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! It's time to submit your entry. Live now!
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]?
| User | Count |
|---|---|
| 16 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |