Partial sum in SSRS 2008 R2
问题 I've a column with values for each month of the year. Then in parameters of my report i would be able to set the month. SSRS should return this column with values for each month of the year (like if there's no parameter) but the sum at the bottom of this column should return the sum of the value from the beginning of the year to the selected month. Is it possible? 回答1: Yes. If I'm understanding correctly, you want something like the image below: Assuming your MonthYear column is a DateTime