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
I'm trying to recreate a table from Excel.
Basically, this table has column Headers of Month and Date (I have that worked out).
But the original table has a row of the count of requests logged in that month.
The second row would be the count of requests closed.
The third row would be some other status.
The original logic is using a SUMPRODUCT on a date field and a status column. I'm pretty sure I can create the calculation for each individual row, but how to "stack" the different counts?
What is the best way to approach an issue like this and create a similar table/matrix?
You may use SUMX Function instead.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 46 | |
| 42 | |
| 34 | |
| 31 | |
| 21 |
| User | Count |
|---|---|
| 140 | |
| 125 | |
| 100 | |
| 82 | |
| 64 |