Is there anyway that we can get the top 10 throught out the hierarchy instead of top level in MDX. I would like to write an MDX query which pulls the top 10 at each level in the hierarchy. Please let me know if it is possible.
Hierarchy looks something like below:
- Regions(get Top 10)
- Countries(get Top 10)
- States(get top 10)
- Cities(get top 10)
- So on...
- Cities(get top 10)
- States(get top 10)
- Countries(get Top 10)