Forum Discussion
Anonymous
6 years agoNot applicable
ALLEXCEPT not ignoring filters
Ultimately I am building a measure that looks like this: CALCULATE(SUM(Table[Amount]), FILTER(ALLEXCEPT(Table, Table[Project]), Table[Date] <=SELECTEDVALUE(Table[Week]))) This calculates a JTD ...
Anonymous
6 years agoNot applicable
Thanks, I'm not looking for relative date filtering. I need JTD amounts where the week is the end date, so filtering by the week only wouldn't get me what I need.
az38
Community Champion
6 years agoAnonymous
what else filter do you need? filter by project is included in my statement
- Anonymous6 years agoNot applicable
Sorry az38 I'm not good at tagging who I'm talking to 🙂
You got it right, the project filter is the only filter I need besides it looking back at all the historical data before the selected week.
I've been using one project as a example, because I've manually pulled out the data I want and it is there. But when I add a slicer for project and select this example project the measure both you and I created returns a blank value. Even when I can see it's not the case from the actual data.