There are more issues within your query. Can you describe what aggregation function is defined with [Measures].[Cards Invoicable]? There may not be additive in time.
Please do some experiments with the time set and client set you are using in subquery. I think you can put it simple in the where clause so you don't need any subselect. You will be surprised how different values you can get.
Also don't use the day granularity - you surely have some month level in the time dimension.





by: garycrisPosted on 2009-01-09 at 08:44:15ID: 23337341
It sounds like you just need to be move specific for the tuple in your named member.
0])'
0])'
Right now you have '([Measures].[Cards Invoicable], [Date].[DateKey].&[2008063
You do not specify the intersection you want with your client dim. My assumption is it is defaulting to the named set.
If you want all Clients for the named member, try adding the root member of the client dim to your tuple, to make it explicit. Something like
'([Measures].[Cards Invoicable], [Client].[Total Clients], [Date].[DateKey].&[2008063