I figured out how to join multiple columns in DIMENSION USAGE.
However, I am having problem with attribute relationship when I need both FACTS to show proper relationship. I can get one FACT to work, but when both FACT are deployed, dimensions attributes overlap, therefore I am not sure how to set proper attribute relationships.
Error - Attribute key is a duplicate. Attribute: Region of Dimension GEO. Attribute key value: "Unknown".
Goal - I have two FACT Budget & Estimate that need to join with DIM GEO.
FACT Budget - JOIN DIM GEO on Region & MediaType attributes
FACT Estimate - JOIN DIM GEO on Region & Country attributes
As you can see, Region attributes overlap between the two FACT.
Attribute Relationship that's NOT working
CITYID --> Region
Region --> RegionMediaType
Region --> RegionCountry
RegionMediaType --> Media Type
RegionCountry --> Country
Attribute Relationship that IS working when I only use 1 FACT Budget
CITYID --> RegionMediaType
RegionMediaType --> Region
RegionMediaType --> Media Type