Hi -- I have a time hierarchy in SSAS OLAP. Year - Quarter - Month.
When a user selects a Month if I want to navigate to the Last Month in Previous Year, I can write refer as CurrentMember.Parent.Parent.PrevMember.LastChild.LastChild
How do I do the same thing in DAX?
Thanks
Krish