For some reason my relationships are ignored in the powerpivot row label filter.
I have 3 tables:
Next I add the Continent::Country field to the row label filter of a powerpivot table in Excel. Afterwards I add the Company::Name Field as additional row label filter below the Continent::Country filter. I'd expect to see the car manufacturers per year.
But what I get is cross product of Company::Name * Continent::Country although the necessary relationsships are defined:
This does not ***pen if I use the Company::County field instead of Continent::Country field. Why?
I have 3 tables:
- Company: Contains name (Company::Name) and country (Company::Country) of car manufacturers. For example:
- BMW:Germany
- Mercedes:Germany
- Toyota:***an
- Continent: Contains name and continent of countries
- Germany:Europe
- ***an:Asia
- A relationshiop between Company::Country and Continent::Country is defined.
Next I add the Continent::Country field to the row label filter of a powerpivot table in Excel. Afterwards I add the Company::Name Field as additional row label filter below the Continent::Country filter. I'd expect to see the car manufacturers per year.
But what I get is cross product of Company::Name * Continent::Country although the necessary relationsships are defined:
- Germany
- BMW
- Mercedes
- Toyota
- ***an
- BMW
- Mercedes
- Toyota
This does not ***pen if I use the Company::County field instead of Continent::Country field. Why?