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
Hello,
I want to get date different but the answer is wrong. I try to change format of contact date vaule but it is not working.
Pleae refer to below for detial.
=== =======
=================
Please help me check error.
Solved! Go to Solution.
@Anonymous , try like
Recency =
IF(ISBLANK(Trans[CUSTNUM1]), BLANK(),DATEDIFF(date(2015,01,01),Trans[Last Visit Date],DAY))
Hi @Anonymous
you have incorrect date. try DATE()
Recency =
IF(ISBLANK(Trans[CUSTNUM1]), BLANK(),
VALUE(DATEDIFF(DATE(2015,1,1),(Trans[Last Visit Date]),DAY)))
Thanks you so much.
But my update data table
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.