Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
On a barchart visual, I have a filter that shows top 10 categories by their % measure. I also want a filter to exclude a specific category, but when I apply this, it seems to undo the previous filter.
Any ideas?
Hi,
Share some data, describe the question and show the expected result.
Hi @Anonymous ,
Did you use the ALL function? If the ALL function is used, it ignores any filters that might have been applied.
ALL function (DAX) - DAX | Microsoft Learn
If so, please try to use ALLSELESCTED function instead of ALL function.
It removes context filters from columns and rows in the current query, while retaining all other context filters or explicit filters.
ALLSELECTED function (DAX) - DAX | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 54 | |
| 42 | |
| 30 | |
| 24 |