Forum Discussion

Zilver's avatar
Zilver
Regular Visitor
6 years ago
Solved

Show only matching values from multiple tables

Hi all,

I have 2 tables like this :

 

Table 1

Ord_NumberStatus
10D
20D
30D

 

Table 2

Ord_NumberStatus
40U
50U

 

and I have Table 3 have so many numbers including some values from table 1 & 2 like this:

 

Table 3

Ord_NumberStatus
10D
15D
20D
45U
50U

 

So what i'm trying to do to show all the data who matched in table 1 and 2 like this:

 

Table 3

Ord_NumberStatus
10D
20D
50U

 

Thanks all

  • Hi Zilver , 

    You could create a table to union table1 and table2 's column, then create relationship between table3, then use not blank in filter, which will work.

    Or you also could use measure to achieve this goal(don't create relationship between new table and table 3). You could refer to my sample for details.

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

5 Replies