Forum Discussion
mtrevisiol
Helper V
4 years agoDatediff between columns, grouped by users
Hi everyone. I've got this table: which contains only columns from my dataset. I've grouped it by OpID by summarizing the table selecting the oldest TimeStart and the most recent TimeStop:...
- 4 years ago
Hi, mtrevisiol
Try formula as below:
Diff = CALCULATE(MAX(data[TimeStop]))-CALCULATE(MIN(data[TimeStart]))Best Regards,
Community Support Team _ Eason
Anonymous
4 years agoNot applicable
Can you group them in PowerQuery ? (instead of in the visual)
mtrevisiol
Helper V
4 years agoAnonymous maybe I can duplicate the table and then modify it in PowerQuery. How do tou suggest to do it?
- v-easonf-msft4 years ago
Community Support
Hi, mtrevisiol
Try formula as below:
Diff = CALCULATE(MAX(data[TimeStop]))-CALCULATE(MIN(data[TimeStart]))Best Regards,
Community Support Team _ Eason