Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Yazid
Helper I
Helper I

Find max date for each year

Dear,

 

I would like to have a DAX code able to return me the Max date for each year. Example as below:

Yazid_0-1718122634212.png

 

Thanks in advance for your support

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Yazid 

change the start date to date type

 

then create a column

 

output = if('Table'[startdate]=maxx(FILTER('Table',year('Table'[startdate])=year(EARLIER('Table'[startdate]))),'Table'[startdate]),'Table'[startdate])
 
11.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

@Yazid 

change the start date to date type

 

then create a column

 

output = if('Table'[startdate]=maxx(FILTER('Table',year('Table'[startdate])=year(EARLIER('Table'[startdate]))),'Table'[startdate]),'Table'[startdate])
 
11.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thank you !

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.