The first arument for Count needs to be the set that you wish to count, not
a measure.
public @ the domain below
www.tomchester.net
"naveen" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
hi,
I want to create calculated member on unit sales.as
count.I am able to do thr the cube..(creating one measure
and set aggr function to count)..but this i want to do it
in calculated member.How to do? can any body tell?.Here i
am trying to gt..but its not correct..
member [Measure].[ct] as
'count({[Measures].[Unit sales]})'
how to write correct as i created in the cube? |