Returns the total number of days covered by a specific duration.
Syntax
Duration.TotalDays(duration as nullable duration) as nullable number
About
Returns the total number of days covered by a specific duration.
Explanation
Determine the total number of days covered by a duration value. Utilize the Power Query MDuration.TotalDays function with the input parameter of #duration(5, 4, 3, 2). The resulting output will be 5.1687731481481478 days.