Forum Discussion
Data model relations not working properly in power pivot
Hi when doing relations i had some strange results, although same when i did in power bi it worked
i have 2 tables of customers one with unique values & one with duplicates, so when i made the relation from unique customer ids to duplicate customer ids, then when i did the pivot table by using data model,
i used the customer ids from unique table & customer preferences from customer_preference table which contains duplicate ids, but it gave wrong results dont know why
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.
- MarkusKCopper ContributorYour tip made my day! Thanks so much Sergei!
- Chichi475Copper 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.
- chahineIron ContributorThanks !
chahine , you are welcome
- grsurCopper Contributor
SergeiBaklan - what if I do not have values in my tables?
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.