Forum Discussion
LewisH
9 years agoHelper II
Running total
I have a table called 'Service Desk List'. I Have two Measures which are Request = COUNTROWS('Service Desk List') Resolved = calculate(countrows('Service Desk List'), userelationship('Service Desk...
vanessafvg
9 years agoCommunity Champion
LewisH can you change the results to a table so i can see what its doing, also put the request and resolved amounts in
so
date, requested, resolved, cummulative measure in a table format thanks
LewisH
9 years agoHelper II
Here you are.
Measure should read 35, 55, 50
Thanks for your help.