I have a requirement as below. I need to show the number of clients in a chart based on their income and age group.
X-axis -> <10k <20k <50k <100k <200k+
Y-axis -> Age Group(20-30, 31-40, 41-50, 51+
The chart should show count of clients who falls on income and age range. For example, there will be 20 clients in the age group 20-30 with an income < 10k and 30 clients with an income less than 100k. then I have to show 20 on a bar chart under 20-30 Age group and <10k range.
Is this achievable in chart in SSRS?