I'm trying to create this Waterfall graph using SSRS Report Builder but still haven't figured it out:
Let's say I have this data :
In the start of 2013, I have a total of 125
Now in 2013, each quarter has their own amount that eventually will sum up for the total amount in start of 2014 (which is 275).
ID || Desc || Amount
1 || Q1 || 80
2 || Q2 || -60
3 || Q3 || -40
4 || Q4 || 175
Notice that the first and last bar are for the start of 2013 and the start of following year (2014). And also if the amount is negative, the bar will go down vice versa.
Can it be done with SSRS Report Builder?