Only thing that comes to mind is to check whether the Granularity
attribute for the Time dimension is properly set, since this controls
the aggregation of data:
http://msdn2.microsoft.com/en-us/library/ms175686.aspx
Quote:
|
Specifying Dimension Usage in a Cube
|
Use the Dimension Usage tab to define the relationship between
dimensions and measure groups. For each of the fact tables in a cube,
this tab specifies whether a set of measures applies to a dimension. It
also characterizes the relationship between the dimension and the
measure group. For more information about the types of relationships,
see Dimension Relationships (SSAS).
...
Granularity attribute
Specifies the attribute that corresponds to the column in the dimension
table that joins the dimension table to the fact table. In most cases
this is the key attribute of the dimension.
If you select a non-key granularity attribute, all other attributes in
the dimension must either be directly related as member properties of
the granularity attribute or be indirectly related as member properties
of attributes that are member properties of the granularity attribute.
The server assumes that data is aggregated from the granularity
attribute, so for the server to aggregate data properly, relationships
between the granularity attribute and the rest of the attributes in the
dimension must be defined by member properties.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***