Create a slice for Table 2 excluding rows of Table 1?

akash1
New Member

Hi, I want to create a slice for Table 2 which does not contains rows from Table 1.

Table 1 is subset of Table 2.

3X_c_9_c9ee5f33176b85d30a242ec8b08f8c53fe6e1bff.png

How can I achieve this? Please Help.

Thanks

Solved Solved
0 2 141
1 ACCEPTED SOLUTION

Row filter condition:

NOT( IN( [ID] , Table 1[ID] ) )

View solution in original post

2 REPLIES 2

Row filter condition:

NOT( IN( [ID] , Table 1[ID] ) )

Worked like a charm.

Top Labels in this Space