Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Subsetting a table based on other table

Hi, newbie here. I've been trying and researching how to do this all weekend, but nothing worked for me yet. Any help would be appreciated. Basically, I have two tables: The first one is called "...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I did it!! I just used the FILTER function like "NewTable = FILTER('competition', 'competition'[id_competition] = RELATED('winners'[id_competition]) && 'competition'[id_competitor] = RELATED('winners'[id_competitor]))"

    Thanks again for the help!