Search code examples
excelpowerpivot

Power Pivot Many to Many Relationship


Please help.

Simply put I am trying to get the calculated column in table 3 to display the participation number from table 2. Need it to filter by name and date.

The formula in the calculated column is my attempt which doesn't work.

Any help or questions would be appreciated.

Data Tables With Attempted Calculated Column


Solution

  • One way to do it would be:

    =LOOKUPVALUE(Table2[Participation Num],Table2[Name],Table3[Name],Table2[Date],Table3[Date])