Forum Discussion
Syndicate_Admin
Administrator
3 years agoGrouping by field text
Hello Can you add the minutes of the same code? In the table I have Codes column (text field) and Minutes column (also text field) Minutes = FORMAT(DATEDIFF('mCRM times'[fecha_inicial],'mCRM ti...
serpiva64
Solution Sage
3 years agoHi,
you can use a measure
Measure1 = FORMAT(SUMX('Table', DATEDIFF('Table'[Initial], 'Table'[Final], MINUTE)/60/24), "hh:mm")
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !