Date.EndOfQuarter
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a Date/DateTime/DateTimeZone value representing the end of the quarter. The date and time portions are reset to their terminating values for the quarter. The timezone information is persisted.
Date.EndOfQuarter(dateTime)
| Argument | Description |
|---|---|
| dateTime | The DateTime whose date and time portions are to be reset to their terminating values for the quarter. |
Show: