Source: http://www.sqljason.com/2010/06/display-total-on-top-of-stacked-chart_8589.html It is a normal phenomenon that human beings take most of the simple things for granted. Take this case, one of my blog……
If you want to display all of the selected Values in a multi-select parameter you have to use the JOIN function in ssrs. =JOIN(Parameters!multiselectParameter.Value,”,”) Or……