Duration.TotalSeconds

Duration.TotalSeconds is a Power Query M function that calculates the total seconds spanned by a duration value. The function returns a decimal number representing the total seconds.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Duration.TotalSeconds( duration as nullable duration ) as nullable number

Description

Returns the total seconds spanned by duration.

Examples

Find the total seconds spanned by a duration value.

// Output: 446582
Duration.TotalSeconds( #duration( 5, 4, 3, 2 ) )

Other functions related to Duration.TotalSeconds are:

BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/duration-totalseconds
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.