My data source is an AS-cube and I have a dataset like:
Category Value
A 10
B 10
C 10
D 10
E 10
F 5
When I create a table with a details group on "Category" with the following filter "Sum(Value), Top N,=5" then I see the expected categories : A until E. But the sum in the table footer shows 55 in stead of the expected 50.
I know that you can define a filter directly at the table level, but then I'm unable to filter a Top N on categories.
Is there a possibility to achieve this with a report (in stead of creating another MDX dataset with ranking and so on)
Regards Frank van Zuilen