Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
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????
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |