Using the Descendants Function
The MDX function, Descendants, is a very versatile and commonly used function that returns the members at, below, or even above a specified level.
The first argument of the descendants function is a member or set expression. The second argument can either be a specific level expression or a number indicating the number of levels to travel. The following queries return the same results:
Read more...Tags: mdx