Duration.TotalMinutes is a Power Query M function that calculates the total minutes spanned by a duration value. The function returns a decimal number representing the total minutes.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Duration.TotalMinutes( duration as nullable duration ) as nullable number
Description
Returns the total minutes spanned by duration
.
Examples
Find the total minutes spanned by a duration value.
// Output: 7443.0333333333338
Duration.TotalMinutes( #duration( 5, 4, 3, 2 ) )
Related functions
Other functions related to Duration.TotalMinutes are:
