Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Another Sumx ....

Hi   I have a dataset that contains billing for each project for each month. What I am presenting in the matrix is the billing delta versus the prior month for each project (line item).   For the...
  • Ashish_Mathur's avatar
    5 years ago

    Hi,

    Does this measure work?

    =if(isfiltered('All BPOC Reports'[PROJEKTNR]),[billing vpm],sumx(VALUES('All BPOC Reports'[PROJEKTNR]),[billing vpm]))