Forum Discussion
Anonymous
5 years agoNot applicable
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...
- 5 years ago
Hi,
Does this measure work?
=if(isfiltered('All BPOC Reports'[PROJEKTNR]),[billing vpm],sumx(VALUES('All BPOC Reports'[PROJEKTNR]),[billing vpm]))
Ashish_Mathur
5 years agoSuper User
Hi,
Does this measure work?
=if(isfiltered('All BPOC Reports'[PROJEKTNR]),[billing vpm],sumx(VALUES('All BPOC Reports'[PROJEKTNR]),[billing vpm]))- Anonymous5 years agoNot applicable
it works Ashish_Mathur - thank you so much! 🙂
- Ashish_Mathur5 years agoSuper User
You are welcome.