Forum Discussion
Anonymous
5 years agoNot applicable
Select Table rows based on another Table
Hi All, I have the below requirement. Please check and help I have 2 Tables ,Table 1 and Table 2 and i have requirment. when a row in Table 1 is selected, ONLY Matching values (Names)of Table...
Greg_Deckler
5 years agoCommunity Champion
Anonymous Use a relationship between the two tables. If necessary, create a bridge table Table = DISTINCT('Table 1'[Name])