I am creating a simple report where I have a location (down to the city level) and some information about that city in regards to my customers.
Here is what the table look like
Now what I want to happen is to have a tablix in SSRS, but not broken down by the city level, but by the State level, and with the totals summed to the state level. Then when you click on each state, it breaks down the TotalCustomerValue field (and other fields) by the top 3 cities (and maybe a "other" to make sure the totals are equal?)
I know a bit about SQL but I have no experience doing drill downs. If anyone can help point me on the right path, that would be greatly appreciated. Do I keep my query exactly as is and all the drill down stuff is done in SSRS? Or do I have to make changes to my query?