Forum Discussion
Anonymous
5 years agoNot applicable
Calculating time difference...
Hi guys, I have a dataset with the history of changes to items. Some of those items have been 'tagged' as blocked on certain dates. Whilst I've managed to calculate the total time an item has sp...
Anonymous
5 years agoNot applicable
Thanks - unfortunately that doesn't seem to work, and is summing for all the items in that table (there are multiple different work item ID's)...any ideas?
v-kelly-msft
5 years agoCommunity Support
Hi Anonymous ,
If it's not convinient to provide your data,would you pls make a more detailed sample data for me to test?
Or you may try use below measure :
Measure=SUMX(ALLSELECTED('TABLE'[Client Azure DevOps]),'Table'[Column 2])
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!