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