Forum Discussion
Tomhayw
Helper I
3 years agoSumming a dynamic measure
Hi there, I'm having trouble with one of my measures: I have this table of utilisation rates. The 'Fact' column is just a sum of days worked by an employee. The 'Target' column is the tot...
- 3 years ago
I've figured it out:
I used =SUMX(VALUES( Target, username)
to allow me to sum all the different rows together.
Tomhayw
Helper I
3 years agoI've figured it out:
I used =SUMX(VALUES( Target, username)
to allow me to sum all the different rows together.