Forum Discussion
sagdec12
Microsoft Employee
4 years agocan Power BI create new column with aggregation based on groups?
Hi all, I have a question about the groupby/summarizecolumns question. I understand that we can perform groupby to new table. Suppose I have a table but I want the sum value to be added to the current table. For example, I have
| A | 1 |
| A | 2 |
| B | 3 |
| B | 4 |
I want a new column like:
| A | 1 | 3 |
| A | 2 | 3 |
| B | 3 | 7 |
| B | 4 | 7 |
is that possible?
Thank you very much
2 Replies
- amitchandak
Super User
- sagdec12
Microsoft Employee
thanks a lot!