Forum Discussion
ALLEXCEPT problem
- Anonymous4 years ago
Ok! Table 1 needs added to AllExcept filter:
Number.M =
Calculate(sum(Table2[Number]),
filter(ALLEXCEPT(Table2,Table1,Table2[UniqueID]),
Table2[Date]>SELECTEDVALUE(DateDimension[BiWeeklyPPE])))
Anonymous , Options
When you select a date, you get data for more than the selected date. But you can display dates more than that. there you need an independent date table. I have shared video link for that
amitchandak oh i see your meaning. I'm using dropdown in the slicer. User selects a BiWeekly PPE.
The issue is I am losing the relationship between Table1 and Table2 with this formula.
Column Headers come from Table1; Number.M needs to come from Table2.
If I set it up so that the Column Headers came from Table2 it would work fine, but it's not possible. How to restore the relationship/link between the tables?
- Anonymous4 years agoNot applicable
Ok! Table 1 needs added to AllExcept filter:
Number.M =
Calculate(sum(Table2[Number]),
filter(ALLEXCEPT(Table2,Table1,Table2[UniqueID]),
Table2[Date]>SELECTEDVALUE(DateDimension[BiWeeklyPPE])))