CountRows expression appears multiple times within the group

Viewed 13

I have a simple SSRS tablix with two fields - Age Bracket and # of deaths per age bracket (for particular condition). The report is grouped by Age Bracket and # of deaths is count of records per Age Bracket.

I'm using the following formula for # of deaths:

     CountRows("Age_Bracket")

Here is the tablix in design mode:

enter image description here

However, in Report Preview I see this (# of death appears multiple times per the same Age Bracket):

enter image description here

How to eliminate duplicates, so the report will appear like this?

enter image description here

0 Answers
Related