Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 |
|---|---|
| 58 | |
| 45 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 25 |