Forum Discussion
Anonymous
6 years agoNot applicable
Filtering OUT names from a separate table
I have a master list that has all users listed by their ID. Then i have specific groups that we ran tests against and collected information on for those groups. I know i can use the filter, and fil...
- Anonymous6 years ago
Hi Anonymous ,
You can use EXCEPT function to do this.
https://www.youtube.com/watch?v=TL81opk59aE
Regards,
Harsh NathaniAppreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Anonymous
6 years agoNot applicable
So i'm thinking, is there a way to build a new table from my master table but not include the group?
danielkrol
6 years agoHelper II
In Power Query you can create a copie of your table and the remove the column without the group. But I'm not sure if that is what you need though.