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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I am using ALLEXCPET DAX function in the below sample formula :
Solved! Go to Solution.
Hi @abhiigt ,
Here is one post which is similar with yours. Please check if it could help you.
This is not really an issue. It is clearly explained in this article from Alberto. It is happening because of Auto Exist feature in DAX.
Besides, creating a seperate dimension table is not really a workaround, but rather a best practice. A Star Schema is always considered best when working with Power BI Datamodel. This is what makes it more powerful!
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Hi @abhiigt ,
Here is one post which is similar with yours. Please check if it could help you.
This is not really an issue. It is clearly explained in this article from Alberto. It is happening because of Auto Exist feature in DAX.
Besides, creating a seperate dimension table is not really a workaround, but rather a best practice. A Star Schema is always considered best when working with Power BI Datamodel. This is what makes it more powerful!
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
@abhiigt
ALLEXCEPT removes all context filters in the table except filters that have been applied to the specified columns.
In your case updateddate columns is not affected here.
if you need to remvoe flters from that column then use:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi Fowmy,
I want to block all column filters from table city, except updateddate column. Using All is also not working 😞
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 43 | |
| 36 | |
| 32 |