HI,
I have Table1 and Table2 in a power pivot data model. I can show all of Table 1, but only just "Cat" from Table2. Is there anyway to show Turtle when Table1 is the Primary?
Table1
Table2
PowerPivot
What I want
I have Table1 and Table2 in a power pivot data model. I can show all of Table 1, but only just "Cat" from Table2. Is there anyway to show Turtle when Table1 is the Primary?
Table1
Animal | January |
Dog | 1 |
Cat | 1 |
Table2
Animal | July |
Cat | 1 |
Turtle | 1 |
PowerPivot
Animal | January | July |
Dog | 1 | 0 |
Cat | 1 | 1 |
What I want
Animal | January | July |
Dog | 1 | 0 |
Cat | 1 | 1 |
Turtle | 0 | 1 |