MDX newbie here. I'm trying to imagine the data structure of an OLAP cube. Here's my basic idea:
- the cube is a collection of data items
- each data item contains a set of numeric values that correspond to measures (some might be null)
- each data item optionally contains a record for every dimension of the cube; that record contains fields that correspond to dimension attributes.
Is that a valid mental model?
