Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi All,
I am getting the mentioned error while working with date columns .
To find latest updated date depending on different departments.
Tried using lastdate for find the same bit it gives the same error. is there any way or workaround to fix this.
Thank you
Solved! Go to Solution.
@rkumar,
A simple example for your reference. Right click your table, select "New Measure", then apply the following DAX.
Latest date=LASTDATE(Table[Date])
Regards,
Lydia
LASTDATE formulae is working fine when tested with some dummy data . It seems there is some other issue that we need to find in the data.
@rkumar,
How is the issue going? If you have solved the issue, please accept appropriate reply as answer to close this thread.
Regards,
Lydia
@rkumar,
A simple example for your reference. Right click your table, select "New Measure", then apply the following DAX.
Latest date=LASTDATE(Table[Date])
Regards,
Lydia
LASTDATE formulae is working fine when tested with some dummy data . It seems there is some other issue that we need to find in the data.
@rkumar,
How is the issue going? If you have solved the issue, please accept appropriate reply as answer to close this thread.
Regards,
Lydia
Can you post your formula and maybe some sample/fake data?
Hi Smoupre,
Thanks for the reply . LASTDATE formulae is working fine when tested with some dummy data . It seems there is some other issue that we need to find in the data. will work on same and if there are any further queries ,will revert you on the same .
Thankyou
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.