Duration.Seconds is a Power Query M function that extracts the seconds portion of a duration value. The function returns an integer representing the number of seconds.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Duration.Seconds( duration as nullable duration ) as nullable number
Description
Returns the seconds portion of duration
.
Examples
Extract the seconds from a duration value.
// Output: 2
Duration.Seconds( #duration( 5, 4, 3, 2 ) )
Related functions
Other functions related to Duration.Seconds are:
