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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.