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! Request now
Good afternoon,
I created a calculated column in a table with this formula
Hello @roet,
Can you please try the following:
NewDate = Customers[DateFirstPurchase] + 90
IF(ISBLANK(Customers[DateFirstPurchase]), "Blank Source Date", DATEADD(Customers[DateFirstPurchase], 90, DAY))
Hi @roet ,
After many days, I am still very concerned about your problem.
Has your problem been solved yet?
If you have any other questions, please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Thank you for coming back to me on this. Unfortunately, the same issue came up with the proposed solution.
I have moved on from this issue.
Thank you again.
Hi @roet ,
Dateadd: Returns a table containing a column of dates.
Create the date table and then associate the date table with the fact table. dateadd() function requires consecutive date's.
Or you can try EDATE or EOMONTH.
Column 1 = EDATE(Customers[DateFirstPurchase],3)
Column 2 = EOMONTH(Customers[DateFirstPurchase],3)
For more information about these two functions see:
EDATE function (DAX) - DAX | Microsoft Learn
EOMONTH function (DAX) - DAX | Microsoft Learn
If you still have questions after trying it, please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |