Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Reporting Services: creating a Pareto chart

I am trying to create a Pareto Chart in SQL Server Reporting Service 2005. I created a chart, but having difficulties in trying to get my cumulative(line) to display. I listed my values below.

=SUM(Fields!Total_SR.Value)/MAX(Fields!Total_SR.Value, "SeriesGroup")*0.75

cumulative value:

=RunningValue(Fields!Total_SR, Sum, "SeriesGroup") / Sum(Fields!Total_SR, "SeriesGroup")

I am able to get the Bar to display.

This is the instructions I used:

http://msdn.microsoft.com/en-us/library/aa964128(SQL.90).aspx

like image 707
william Avatar asked Dec 30 '25 00:12

william


1 Answers

I found the video by Michael J Swart really useful on creating pareto charts - http://michaeljswart.com/2008/10/reporting-services-is-fun-again%E2%80%A6/

like image 122
2 revs, 2 users 67%Raunak Avatar answered Jan 01 '26 23:01

2 revs, 2 users 67%Raunak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!