I have data that I need to present in both a bar and line chart as one this how the chart is laid out in SSRS:
- Series Group: Location
- Category Group: Year
- Category Group: Month
- Values (Y Axis): Site_count (Bar chart)
- Values (Y Axis):Network_count (Line chart)
My issue is that the Correspondences_count for both of these are being grouped by location. I need to prevent the line chart one being added to the location grouping, so that way it shows a single line.
I found this, that seems to show how this might be able to be done.. . however its not working for me: http://social.msdn.microsoft.com/Forums/en-US/74d9affc-ebf3-485c-988e-f28f7049b600/how-to-make-one-of-the-chart-ignore-series-grouping
Any help is as always appreciated.