Forum Discussion
LewisH
Helper II
9 years agoRunning 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
Community Champion
9 years agoLewisH 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
Helper II
9 years agoHere you are.
Measure should read 35, 55, 50
Thanks for your help.