Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
How can I calculate total time the Minutes in the column?
Regards
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
Hi @Anonymous
Sum of Minutes.
Measure = SUM( 'Table'[Time] ) * ( 24 * 60 )
| User | Count |
|---|---|
| 50 | |
| 38 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 38 | |
| 21 | |
| 20 |