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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 39 | |
| 29 | |
| 24 |