I’m new in a Reporting Services and I have the store procedure that give a bunch of rows for the same record, this is fine for me report, but I need to get a totals of records without duplicates. I’m to use the Count function in my report but I don’t know how can I include a condition to exclude duplicates columns.
As sample
ColumnA
ColumnA
ColumnA
ColumnB
ColumnB
I want a result = 2
I’m very appreciate if someone can help me please
Thanks
Elaina
You want to use the CountDistinct aggregate function on your resultset (do this from within Reporting Services, not your SQL backend).