Hello there,
im totally new to alteryx and i have to do a task at work, I found multple solutions to my problem which were more complex but i couldnt manage to apply them to my problem.
Here is mine. I managed to collect the data from different ressources, cleansed them, changed the format and joined them.
Now i have the following list as example

If a row contains the godname and the area is olymp i want to keep that row. Any other row which contains the godname but has are not olymp should be deleted. The rest should stay untouched even if they are duplicates. The solution should look like this:

Please dont be mad at me because it might be simple. Im new to SQL and alteryx and really tried multiple things like summarize, filter, join and union.