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.
I'm try to get the duration days from a column with a date and the current date.
I'm use the function
But I have the error
Can you help me please
Solved! Go to Solution.
Hi @Anonymous ,
Please try this:
Duration.Days (DateTime.Date(DateTime.LocalNow()) - [Fecha de apertura])You forgot a parenthesis on DateTime.LocalNow(). 😊
Best Regards,
Eduardo
Hi @Anonymous ,
Please try this:
Duration.Days (DateTime.Date(DateTime.LocalNow()) - [Fecha de apertura])You forgot a parenthesis on DateTime.LocalNow(). 😊
Best Regards,
Eduardo
Excelent, it's done.
Thanks
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.