Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

ALLSELECTED - ALL - ALLEXCEPT Confusion

Hi All,   I'm really sorry for that. There was tons of article on web about this topic but I'm still confused.   Please help me ! I have a table as below.  I have a value it depends on Custome...
  • mahoneypat's avatar
    mahoneypat
    6 years ago

    It sounds like you want to remove the filters from both your Shop and Customer columns.  This measure should do that.  It is a small change from the previous proposed solution.

     

    Total Value = CALCULATE(SUM(ZV_CRM03_Q010[Value]),ALL(ZV_CRM03_Q010[Shop], ZV_CRM03_Q010[Customer]))

     

    Regards,

    Pat