UTCTODAY

Updated on

UTCTODAY is a DAX function that returns the current date in UTC (Coordinated Universal Time) format.

Syntax

UTCTODAY( )

Return Values

A date.

Remarks

  • UTCTODAY returns the time value 12:00:00 PM for all dates.

  • The UTCNOW function is similar but returns the exact time and date.

Example

The following:

EVALUATE { FORMAT(UTCTODAY(), "General Date") }

Returns:

[Value]
2/2/2018

Other functions related to UTCTODAY are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/utctoday-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy