Hi,I'm trying to something that I think should be straight forward in MDX but i'm struggling. I'm new to MDX so it seems trivial but may not be....Consider the following query:[code="sql"]SELECT [Measures].[Thing Count] ON 0, YTD([Effective Date].[Year-Week].[Week].[2013 Week 6]) ON 1FROM [Cube][/code]This gives me a result set that shows as per the attached. All i really want though is the SUM of the rows. How do i do that? It's driving me nuts because i'm sure it's a piece of cake.Thanks,Simon
↧