Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

ALLEXCEPT filtering

I can’t follow the documentation ALLEXCEPT function (DAX) - DAX | Microsoft Docs

 

It says that  “Removes all context filters in the table except filters that are applied to the specified columns…”

 

The below is the code for the column Week Ending Date:

ovonel_0-1620814648086.png

 

If as the documentation say, I remove all context filter (which there aren’t any, since I’m in SSAS)… then it should just get the minimum Date, why is getting the minimum Date Grouped By Week????

 

1 REPLY 1
PaulOlding
Solution Sage
Solution Sage

The CALCULATE function performs a context transition.  So the row context is now the filter context.

The ALLEXCEPT function then clears the filter context from all columns except Year Week.  So your MIN(Date) is is getting the minimum for the Year Week.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.