Forum Discussion
Data model relations not working properly in power pivot
- Aug 26, 2021
If you have nothing in Values, PivotTable performs Full Outer join, i.e. all to all. As soon as you add any value relationships work.
If you have nothing in Values, PivotTable performs Full Outer join, i.e. all to all. As soon as you add any value relationships work.
- machagOct 25, 2024Copper Contributor
SergeiBaklan Thank you
- MarkusKNov 01, 2023Copper ContributorYour tip made my day! Thanks so much Sergei!
- Chichi475Dec 05, 2023Copper Contributor
SergeiBaklan Hi, I have got the same situation and try to put some count as you have suggested but it still does not work. Do you know how can we handle this? Thanks you.
- MdataguyDec 11, 2023Copper ContributorThanks everyone, all very helpful.
Chichi475 I was facing the same issue.
The problem for me was I was trying to add values from the secondary table not the primary table that was linked to the pivot table. As soon as I added a value from the primary table to values it worked fine.
- grsurNov 18, 2022Copper Contributor
SergeiBaklan - what if I do not have values in my tables?
- SergeiBaklanNov 18, 2022Diamond Contributor
Sorry, I didn't catch. If you don't have any values in your source tables you actually have no such tables, Values could be texts, whatever. In PivotTable you need to aggregate something to have proper result, e.g. count number of such texts.
- chahineSep 04, 2021Iron ContributorThanks !
- SergeiBaklanSep 04, 2021Diamond Contributor
chahine , you are welcome