Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Time Calculation

Hello,

 

How can I calculate total time the Minutes in the column?

 

Regards

 

 

2 Replies

  • Mariusz's avatar
    Mariusz
    Community Champion

    Hi Anonymous 

     

    Sum of Minutes.

    Measure = SUM( 'Table'[Time] ) * ( 24 * 60 )
    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

    Could you please provide some sample data(exclude sensitive data) and your expected result? Do you want to count the number of minutes between two datetime or something else?

     

    Best Regards

    Rena