I am having a problem getting Pivot Tables (created from a PowerPivot model) presenting repeating data values where I am not expecting data.
To simplify the model, I am attempting to describe it below (since I am unable to post images here):
Table 1
- Columns: Org, Org Name
- Row 1: H, Human Resources
- Row 2: S, Sales
- Row 3: M, Marketing
Table 2
- Columns: Application, Org Name
- Row 1: bizPaycheck, Human Resources
- Row 2: bizLeads, Sales
- Row 3: bizProducts, Marketing
I took the data into PowerPivot where I then created a Pivot Table based on my data set.
Selected Fields in Pivot Table
- Table: 1, Column: Org
- Table: 2, Column: Application
I'd like to filter on all applications for Org: H. Instead, the Pivot Table presents the data like below:
- Columns: Application, Org
- Row 1: bizPaycheck, H
- Row 2: bizPaycheck, S
- Row 3: bizPaycheck, M
- Row 4: bizLeads, H
- Row 5: bizLeads, S
- Row 6: bizLeads, M
- Row 7: bizProducts, H
- Row 8: bizProducts, S
- Row 9: bizProducts, M
Can anyone provide perspective into why Excel is assigning values for all Orgs to all Applications?
Any help is appreciated.
Thanks!