The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Experts
I am trying to calculate a future date (3 months) from the last appointment date for our users. This will allow us to cancel membership 3 months from the last appointment. My summary table data looks like this
I now need a column which provides the date 3 months from the last attended appointment. I have tried the dateadd function but get an error.
thank you in advance
Solved! Go to Solution.
Hi @Elisa112 ,
@amitchandak nice method! Thank you, for your quick response and the solution provided.
And based on the sample and description you provided, you can also try code as below to create a Calculated column.
FutureDate =
EDATE ( 'Table'[Last appointment date], 3 )
Result is as below.
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Elisa112 ,
@amitchandak nice method! Thank you, for your quick response and the solution provided.
And based on the sample and description you provided, you can also try code as below to create a Calculated column.
FutureDate =
EDATE ( 'Table'[Last appointment date], 3 )
Result is as below.
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@amitchandak thanks for your help as well. I am going to look at your solution to understand this method.
User | Count |
---|---|
58 | |
56 | |
55 | |
50 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |