Forum Discussion

bkirkey's avatar
bkirkey
New Member
9 years ago
Solved

Multi Variable N:N Relationships?

Hey all,   I am a little stumped on a task I've been asked to do. I have two tables that have three identical variables I need to compare against each other: budget vs spend.   The variables in e...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi bkirkey,

     

    Create a table with distinct type value from those tables, then create relationship with 'both' cross filter direction.

     

    Link Table = DISTINCT(UNION(VALUES(Sheet2[Type]),VALUES(Sheet3[ Type])))

     

    Reuslt:

     

    Regards,

    Xiaoxin Sheng