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,
Datediff is not calculating correctly, I want to calculate the difference in days between the max date and mindate of a particular date column (Production Date Time).
Can you please let me know what am i doing wrong here?
Solved! Go to Solution.
Hi, @Anonymous
Based on your description, I created data to reproduce your scenario.
Fact:
You may create a measure like follows.
Date Diff =
DATEDIFF(
CALCULATE(MAX('Fact'[Production Date-Time]),ALLSELECTED('Fact')),
CALCULATE(MIN('Fact'[Production Date-Time]),ALLSELECTED('Fact')),
DAY
)
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Based on your description, I created data to reproduce your scenario.
Fact:
You may create a measure like follows.
Date Diff =
DATEDIFF(
CALCULATE(MAX('Fact'[Production Date-Time]),ALLSELECTED('Fact')),
CALCULATE(MIN('Fact'[Production Date-Time]),ALLSELECTED('Fact')),
DAY
)
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks , this works. I was actually making those date diff calculations in calculated column, when i used measures its working.
I also tried
Date diff measure requires context. Refer :https://community.powerbi.com/t5/Community-Blog/Decoding-Direct-Query-in-Power-BI-Part-2-Date-Differ...
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 |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |