I have a simple customer dimension. Some of the customers
are grouped together, but none of my data sources have the
groupings, and there is only one user that needs the
measures aggregated at the parent level. Is there an MDX
function that will combine specifed members in one
dimension into a new computed dimension? For example, I
have Customer A and Customer B at the same level, can I
specify in the MDX query a new member XX that is the
combination of A and B at the same level or at a higher
level?
The result might look like this:
-All Customers
--Customer A (existing level)
--Customer B
--Customer C
-- ...
--Customer XX (calculated level)
OR like this:
-All Customers
--Parent Customer XX
---Customer A
---Customer B
--Customer C
--Customer D
The important thing is the measures for customer XX consist of the aggregate of A and B and it does not exist in the source data, only in the cube or MDX query.
Thanks,
Asa Monsey
samonsey@houston.rr.com
Tek Systems, Inc. Consultant
Visual Basic / SQL Server
are grouped together, but none of my data sources have the
groupings, and there is only one user that needs the
measures aggregated at the parent level. Is there an MDX
function that will combine specifed members in one
dimension into a new computed dimension? For example, I
have Customer A and Customer B at the same level, can I
specify in the MDX query a new member XX that is the
combination of A and B at the same level or at a higher
level?
The result might look like this:
-All Customers
--Customer A (existing level)
--Customer B
--Customer C
-- ...
--Customer XX (calculated level)
OR like this:
-All Customers
--Parent Customer XX
---Customer A
---Customer B
--Customer C
--Customer D
The important thing is the measures for customer XX consist of the aggregate of A and B and it does not exist in the source data, only in the cube or MDX query.
Thanks,
Asa Monsey
samonsey@houston.rr.com
Tek Systems, Inc. Consultant
Visual Basic / SQL Server