Time.Minute

Time.Minute is a Power Query M function that extracts the minute component from a given time, datetime, or datetimezone value. The function returns the minute component as a number.

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

Syntax

Time.Minute( dateTime as any ) as nullable number

Description

Returns the minute component of the provided time, datetime, or datetimezone value, dateTime.

Examples

Find the minute in #datetime( 2011, 12, 31, 9, 15, 36 ).

// Output: 15
Time.Minute( #datetime( 2011, 12, 31, 9, 15, 36 ) )

Other functions related to Time.Minute are:

BI Gorilla Youtube Channel

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