HI Experts,
I have small issue. I want to sum the distinct values in SSRS report.
250
250
130
130
160
160
160
is that possible ? this is my field =sum(Fields!ExpectedDurationSeconds.Value)
Note: I was creating the report by using MDX. More over these values are coming from the member not from the measure.
Thanks in advance