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