0

I'm creating a report in SSRS and on two of my 100% stacked bar charts have encountered some errors. When I change the number format to percentage instead of the values adding up to 100% they add up to 10000%.

Thanks.

Greg Ford
  • 1
  • 1
  • 1
    possible duplicate of [Percentages in SSRS Chart](http://stackoverflow.com/questions/18874197/percentages-in-ssrs-chart) – Fillet Jun 30 '15 at 13:12
  • This was happened if you considers the multiplication of 100 in expression (e.g a*100/b ) and format is set to percentage. So to get the proper result, either you remove percentage from format or remove *100 from expression. – Manoj Jul 01 '15 at 04:53

0 Answers0