I have a basic table that has data grouped by year and then sorted by month. My detail section has month and total savings. I have a year header row. In that row I want to show the last month's savings of that group's detail line. I do this with Last(Fields!Savings.Value). Works great. Now I also want the next to last month and its savings in the year header section. I was thinking I needed to use some type of Item function, but can't find anything on that.
thoughts?