Dear Fellows,
I've seen so many posts related to it but somehow i'm finding it difficult to nail this concept. So kindly help me here
I'm trying to implement following in BMM of OBIEE 11g (made this diagram only for this post)

First I create an analysis involving following
1. Claim_ID
2. Workshop_Name
3. Workshop_Amount
Everything works fine since Claim_Workshop_Details_Fact is connected to both dimensions (i.e. Claim_Dim and Workshop_Dim).
Now i add Amount from Claim_Payment_Details_Fact which disappears since it can't be grouped to Workshop_Name.
To make this work, I created level based hierarchy of Workshop_Dim and Claim_Dim (although they don't contain any hierarchy here) by simply clicking Create Logical Dimension > Dim with Level-Based Hierarchy. Then i set content level of fact tables as following
Claim_Workshop_Details_Fact:
- Claim_Dim -> Detail Level
- Workshop_Dim -> Detail Level
Claim_Payment_Details_Fact:
- Claim_Dim -> Detail Level
- Workshop_dim -> Total Level
As per my limited knowledge, now it should work fine but it doesn't.
Can anyone help me with this?
Thank you
Regards,
ARK