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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Max Date for Employee Column

I have the following table:

 

DateEmp ID
1/2/2019325
1/3/2019326
1/4/2019325
1/5/2019326
1/7/2019401
1/8/2019401

 

I'd like to get the result:

Emp IDMax Date
3251/4/2019
3261/5/2019
4011/8/2019

 

Does anyone know how to do this in DAX?

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

I think you might have created a column instead of a measure.

In my answer, I created a measure.

The result will be wrong if you created a calculated column.333.PNG

 

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

4 REPLIES 4
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You just need a measure to use MAX() function.

Max Date =
MAX ( test[Date] )

Then you can use a table visual to get result.


3-1.PNG

Don’t summarize the value of Emp ID.3-2.PNG

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

I wish it was that easy. When I tried that I got the max date for the entire column, not the one for the employee column. In sql I would have done something like, max([date] for [employee])

Hi @Anonymous ,

 

I think you might have created a column instead of a measure.

In my answer, I created a measure.

The result will be wrong if you created a calculated column.333.PNG

 

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

You are right! Thank you!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.