DAX Function Guide
ENDOFYEAR
Sam McKay
CEO & Founder
How does the ENDOFYEAR work?
ENDOFYEAR Formula Syntax
ENDOFYEAR(
<dates> [,<year_end_date>]
)
How do you use the ENDOFYEAR?
The ENDOFYEAR function is used to filter <Dates> into a 1-row, 1-column table that shows only the latest date, in the entire <Dates> column devoid of all filters, that is in the same year as the latest visible date in <Dates>.
Related Blog Posts
Loading
Considerations when using the ENDOFYEAR?
The dates argument can be any of the following:
- A reference to a date/time column,
- A table expression that returns a single column of date/time values,
- A Boolean expression that defines a single-column table of date/time values.
Related Video Tutorials
Loading
Formula examples using the ENDOFYEAR
=ENDOFYEAR(DateTime[DateKey],”06/30/2004″)
= ENDOFYEAR (Sales [Date])
ENDOFYEAR ( ‘Date'[date] )
Related Courses
Loading