I have three files:
- Sites
- NAICS
- Interests
All are tied together by the SiteID.
Sites functions as the lookup table based on the SiteID as there are no duplicate records.
Both NAICS and Interests have multiple records for a SiteID.
I need to create a report with information from both NAICS and Interests. I can get one or the other, but not both together in the same PowerPivot table. How should I set this up to be able to report on all fields in these tables in one PowerPivot table?
- Sites
- NAICS
- Interests
All are tied together by the SiteID.
Sites functions as the lookup table based on the SiteID as there are no duplicate records.
Both NAICS and Interests have multiple records for a SiteID.
I need to create a report with information from both NAICS and Interests. I can get one or the other, but not both together in the same PowerPivot table. How should I set this up to be able to report on all fields in these tables in one PowerPivot table?