SSAS Articles Data Mining Unwinding MDX Flattening Semantics with DMX
Unwinding MDX Flattening Semantics with DMX
User Rating: / 0
PoorBest 
Written by Jamie MacLennan   
Monday, 17 March 2008 00:26

When issuing an MDX statement in code, you have the option of requesting either a multidimensional set or a relational rowset as the result set.  If you are familiar with MDX and multidimensional concepts, the multidimensional result is the obvious choice.  However, if your application is more suited to dealing with tabular data, such as Reporting Services, it may be more convenient to request the rowset result.  One issue is that it's not always obvious how the MDX flattening semantics will translate the multidimensional set into a flattened rowset.

Read more...