Duration.Minutes

This function retrieves the number of minutes from a given time duration.

Syntax

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

About

This function retrieves the number of minutes from a given time duration.

Explanation

Retrieve the number of minutes from a duration value using the Power Query function MDuration.Minutes. For example, when the duration is set to 5 days, 4 hours, 3 minutes, and 2 seconds, the output will be 3 minutes.