Forum Discussion

Mstanford's avatar
Mstanford
Frequent Visitor
3 years ago

Help Joining 3 columns into one table

Good afternoon!

I need some help finding the correct join method to combine 3 columns into one table that will create the functionality I need.
the 3 columns are:

 

Column A, which contains all values.
Coulmn B, which contains a subset of values from column A.

Column C, which contains a different subset of values from column A.

 

I want to structure this so that a user can make selections from 2 different slicers (one which will filter Column B, the other will filter Column C), and the resulting values in Column A will be the values from column B and column C. Below is a quick visual:

Column AColumn B (Filtered to value 1 by slicer)Column C (Filtered to value 2 by slicer)
112
212

 

Thanks in advance!