SSRS display top n but have SUM include all values
问题 I currently have a tabllix in SSRS with multiple rows, but I wish to only display the top 5 rows, yet have the total column at the bottom include the values for however many rows are in the table. Example: NameID / Sales / % of Total 1 / 100 / 4 / 70 / 3 / 65 / 2 / 50 / 7 / 35 / DO NOT DISPLAY THESE RECORDS: 6 / 25 / 5 / 10 / TOTAL SALES: 355 (inclusive of all 7 records) I need this total sales number to be accurate so that I can then use it for the % of Total column. I don't believe a filter