MDX - how to filter on children of nextmember
Posted
by
Raj
on Stack Overflow
See other posts from Stack Overflow
or by Raj
Published on 2013-10-23T21:51:41Z
Indexed on
2013/10/23
21:53 UTC
Read the original article
Hit count: 276
I have a user defined hierarchy in SSAS as follows: Calendar Year Month Of Year
I want to create following named set in BIDS.
Set1 should include "Month of Year" values of 1-9 for current Calendar Year Set2 should include "Month of Year" values of 10-12 for current Calendar Year Set3 shoud include "Month of Year" values of 1-3 for next Calendar Year Set4 shoud include "Month of Year" values of 4-6 for next Calendar Year
The "current calendar year" will come through a join with another dimension though a fact table. I would appreciate help with MDX. And, can I use CurrentMember in the named sets?
© Stack Overflow or respective owner