Hi guys,
I have this type of a member that takes too long to run:
MEMBER test AS SUM(DESCENDANTS([Dim].[Hierarchy].CURRENTMEMBER, 2), TAIL(NONEMPTY({[Date].[Date].&[201406]:[Date].[Date].&[201407]} * [Measures].[Total Market Gross Sales])).ITEM(0))
How can I change it to run faster without moving date filter on WHERE clause?
Thanks!