Forum Discussion
NDDD
Helper I
4 years agoTotal by latest date
Good day, I need help how to get the latest date values in table. Thank you
Anonymous
4 years agoNot applicable
Hi NDDD ,
I created some data:
Here are the steps you can follow:
1. Create calculated column.
LastDate =
MAXX(FILTER(ALL('Table'),'Table'[sales orders numbers]=EARLIER('Table'[sales orders numbers])),[Date])
2. Result:
If you need pbix, please click here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- NDDD4 years ago
Helper I
Thank you soo much!!!