I'm trying to create a cube where the total is taken from an attribute on the fact and not calculated as an aggregate of the children in SSAS 2005. For example
Assume I have 10 stores which all had 100 customers visit on a particular day. There was however some overlap where some customer visited multiple stores. The total visitors for the region to which all the stores belong therefore is a manual figure provided in the fact data e.g.
Storename Date StoreTotal RegionTotal
Store 1 2008-01-01 10 95
Store 2 2008-01-01 13 95
Store 3 2008-01-01 11 95
etc etc
How can I design the cube, using a calculated measure presumably, to return the attribute as the aggregate total instead of summing the measure from the children?
Looking forward to any ideas.
cheers