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
Hi everyone,
I want to create a measuere to find the difference in months between two dates. One date is from the dataset and the other is TODAY() function. Could anyone please suggest on how can I create this measure?
Thank you
Best Regards,
DG
Solved! Go to Solution.
If you are trying to point on your column, and if it's a one row value then try this code
Measure = DATEDIFF(MAX(Your_date),TODAY(),MONTH)Did it work ? Mark it as a solution to help spreading knowledge.
A kudos would be appreciated
Hi @Anonymous
Measure = DATEDIFF(Your_date,TODAY(),MONTH)Did it work ? Mark it as a solution to help spreading knowledge.
A kudos would be appreciated
It is not working for me.
Could you please suggest some other way ?
Could you provide a data sample or a screenshot so I can understand more your need
I want to find difference of months between LAST_ORDER_DATE and TODAY() and LAST_ORDER_DATE is already in the database. but when I do MEASURE = DATEDIFF( in this place after opening bracket I'm unable to refer to column named LAST_ORDER_DATE.
Hi ,
you can use Values function. e.g Values(LAST_ORDER_DATE) to refer the column.
Thanks,
Shanthakumar
If you are trying to point on your column, and if it's a one row value then try this code
Measure = DATEDIFF(MAX(Your_date),TODAY(),MONTH)Did it work ? Mark it as a solution to help spreading knowledge.
A kudos would be appreciated
Thank you so much for your help It worked.
Regards
You are welcome 👍
Did it work ? Mark it as a solution to help spreading knowledge.
A kudos would be appreciated
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 |
|---|---|
| 92 | |
| 69 | |
| 50 | |
| 40 | |
| 38 |