PREVIOUSDAY

PREVIOUSDAY Returns a table that contains a column of all dates representing the day that is previous to the first date in the dates column, in the current context.


Syntax

PREVIOUSDAY(dates)

Parameters

Dates – A column containing dates.

Return Value

A table containing a single column of date values.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Time Intelligence Functions / PREVIOUSDAY