Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello Power BI enthusiast,
I would like to calculate the time difference between two date/time data type. I have used the dax function of DATEDIFF as shown below but I think the precision is not correct
When I checked using online calculator, I got the correct value of time difference . Is there any other way to write DAX in order to get the correct precision value ?
Solved! Go to Solution.
Try this dax.
Hi @Anonymous
Hi @Anonymous
try without .[Date]. it cut datetime to only Date
= datediff(V_Incident[Created].[Date];V_Incident[Updated].[Date];SECOND)do not hesitate to give a kudo to useful posts and mark solutions as solution
Try this dax.
Hi @Anonymous
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |