Forum Discussion
Anonymous
2 years agoNot applicable
ALLEXCEPT fixed calc by month
I am trying to use the ALLEXCEPT function with a date in a calendar table. Basically, i want to tell it to allow it to filter to the month of the dates selected in the filter. I am trying to get ...
- 2 years ago
Hi, Anonymous
try to add .month after date in allexcept
likeCALCULATE(SUM('Table'[value]),ALLEXCEPT('Table','Table'[date].[Month]))
Dangar332
Resident Rockstar
2 years agoHi, Anonymous
make a new column for month in Calender table
and use it in allexcept
if still not working then provide data