MDX - how to filter on children of nextmember
- by Raj
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?