MDX Root Function
This week I discovered an incredibly useful MDX function, the function is called Root. Full documentation can be found here. In the past, I have encountered scenarios where I want to override filtering and use the All member for specific attribute hierarchies. I have usually accomplished this by hard-coding the All member in an MDX expression, something similar to:
Read more...Tags: mdx