Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I'm new to this, sorry if this one is easy.
I'd like to go from this:
To this:
Basically consolidate the Counts by Year, Crime and Community.
Thanks so much for your help!
Solved! Go to Solution.
Proud to be a PBI Community Champion
If you need it as a table
NewTab = SUMMARIZE(Table, Table[Community], Table[Year], Table[Crime], "Count", SUM(Count) )
If you just want it as a measure
Measure = CALCULATE( SUM ( Table[Count] ) )
The measure will recalculate at any level (say, community and crime only)
Hope this helps
David
Proud to be a PBI Community Champion
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 20 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 44 | |
| 37 |