Duration.TotalMinutes

This function calculates the total number of minutes covered by a given duration.

Syntax

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

About

This function calculates the total number of minutes covered by a given duration.

Explanation

Determine the total number of minutes covered by a given duration value. The function to use is Power Query MDuration.TotalMinutes(#duration(5, 4, 3, 2)). The output of this function should be 7443.0333333333338 minutes.