Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
This is probably a simple questions, so thank you in advance for your patience.
I am trying to understand how the advanced filter "AND" works.
Let's say I have a the following table:
Letter | Animal |
A | cat |
A | dog |
B | cat |
B | goat |
If I filter the Animal column to "cat", it returns:
Letter | Animal |
A | cat |
B | cat |
if I filter the Animal column using advanced filtering to "Show items when the value is "cat" OR is "dog", it returns:
Letter | Animal |
A | cat |
A | dog |
B | cat |
when I filter the Animal column using advanced filtering to "Show items when the value is "cat" AND is "dog", it returns nothing. Why would it not return just A? What am I doing wrong / is there a way to return A using this expandable filter pane?
Thank you very much in advance for your time!
Best,
Noelani
Solved! Go to Solution.
It returns nothing because an animal cannot be simultaneously a cat and a dog even if both correspond to the letter A. The filtering is on Animal, not on Letter, so it's irrelevant what the letter is.
There are ways to filter like you were expecting using measures but I don't think it can be done directly in the filter pane without defining a new measure.
It returns nothing because an animal cannot be simultaneously a cat and a dog even if both correspond to the letter A. The filtering is on Animal, not on Letter, so it's irrelevant what the letter is.
There are ways to filter like you were expecting using measures but I don't think it can be done directly in the filter pane without defining a new measure.
Thanks for the speedy reply Alexis. What you said makes sense.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |