Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

ALLEXCEPT problem

I have a simple table set up: I'm creating an array that uses a DateDimension[BiWeekly PPE] slicer. For a row in the array, I need to override the slicer, as I need all numbers to be display...
  • Anonymous's avatar
    Anonymous
    4 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])))