Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, I have a table that looks this. I need to create another column that will sum certain cells in Column 4 by Column 1, i.e., I need the added column to add up all of the Account Closures for January, all of the Account Creations by January, etc. Is this possible? Thank you in advance.
Hello Jaime, would the following work?
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |