I have a report where I have to create basic chart for the report.
My data is in the following way
month sales
jan 100
feb 200
mar 300
Apr 500
May 750
now I want to create a chart in SSRS which has to display in the below figure
instead of displaying all the columns values(Jan, feb, mar, apr, may, jun) I want to show data only for jan and march, how can that be done.
If I take months in Category groups it is showing all the values like (Jan, feb, mar, apr, may, jun).