I want to filter based on a condition like this:
FILTER Color = 'blue' WHEN Shape = 'square'.
I'm having trouble creating a formula like this because what I have tried is filtering all instances where Color = 'blue', but I want to filter only for blue color when the shape is square.
I think this should be something very easy to do, but I'm having trouble.
Thanks in advance :)
The desired output is the following:
What I'm getting with FILTER Color = 'blue' AND Shape = 'square':