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
4 Replies
- AnonymousNot 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
- NDDD
Helper I
Thank you soo much!!!
- nvprasad
Solution Sage
Hi
You can use below Dax to ge the latest date.
LatestDate = CALCULATE(MAX(Sales[Order Date]))Appreciate a Kudos!
If this helps and resolves the issue, please mark it as a Solution! Regards,
N V Durga Prasad