Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I'm trying to make a table, where the user can filter observations without a specific value. For example, let's say the user wants to focus on companies that does not produce apples and this is the dataset:
| Company | Products |
| A | Apple |
| B | Apple, Banana |
| C | Banana |
With a slicer I can choose companies that produce bananas, but that means company B and C remain in the table - I want to keep only C.
I don't want to give users access to all the filters. And since I have 30 "products" I hope to avoid create dummies for Apple, Banana, .... Is there a smarter way?
Solved! Go to Solution.
@Petersonne So you want an Inverse Selector then?
Inverse Selector - Microsoft Power BI Community
Thank you Greg, that is exactly what I was looking for. I've been looking for that quite some time!
@Petersonne So you want an Inverse Selector then?
Inverse Selector - Microsoft Power BI Community
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |