Overlapping of values in different tables.

J

JS

I am wondering if there is a way to create a pivot table - or some other way
- that will show the relationships of rows between tables. I have attached
data from potentially 4 different tables and the business is wanting to see
the number of times that a paticular ID shows up in different table join
combinations. For example, we want to know the count of unique IDs will show
in the NPS, AAC and ECM tables. Is it possible to create a pivot table that
will dynamically adjust based on a user choosing the column combinations that
they want to see without having to create a separate pivot table for each?

1 2 3 4
ID ID ID ID
133 123 133 142
123 124 123 124
142 125 143
133 142

Thanks.
 
Top