Hi,
I have a tablix. I want the below way.
Age Range customer count (Distinct) Purchased amt
<20 10 1500
20-30 120 8000
30-40 60 4000
>40 30 2000
Total 220 15500
But the total is not coming like that. Instead its taking 120. because in the data set I am getting have multiple rows with same customer repeating.
How can I get the above result.