Hi,
I have product and date dimensions.
I have also customer dimension, where PK is delivery_place and all customer's delivery places have same billing_place (Hierarchy billing_place -> delivery_place).
Right now I need to add next fact table "Stock of our goods held by our customers". Problem is, that we get summarized values by customer billing_place, date and product. I dont want to create next dimension and I want to use existing one, so I connected fact table with billing_place in Customer dimension, which is not PK.
Right now in my cube, if want to check customer stock by billing_place, then everything is ok. If I want to check stock on delivery_places then it shows nonsense data of course. IS it possible to setup cube to not show anything on delivery_place?
Thanks