Forum Discussion

miriambb's avatar
miriambb
Helper I
3 years ago
Solved

Calculate measure with a filter

Hi everyone,    I am trying to create 9 box view. In particular I am looking at the calculaled field (headcount %) that changes depending on the filters applied. for instance, I have a total headco...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    miriambb Maybe:

    % HC = DIVIDE(CALCULATE(SUM(Euro1[Headcount])),
                    CALCULATE(SUM(Euro1[Headcount]),ALLEXCEPT(Euro1,Euro1[Department]))) + 0