Date.From

Syntax

Date.From(value as any, optional culture as nullable text) as nullable date

Description

Returns a date value from the given value. An optional culture may also be provided (for example, “en-US”). If the given value is null, Date.From returns null. If the given value is date, value is returned. Values of the following types can be converted to a date value:

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Date Functions / Date.From