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! Learn more
Hi
I want to calculate the difference between two dates in DATE/TIME format and return the difference in MINUTES.
the DAX formula as follows:
Solved! Go to Solution.
Please Write below Formula
DateDiff = DATEDIFF(TABLE[Start Date],TABLE[Ended On],MINUTE)
Note - Remove .Date from [Ended On]
Please Accept a Solution if you solved it.
Please Write below Formula
DateDiff = DATEDIFF(TABLE[Start Date],TABLE[Ended On],MINUTE)
Note - Remove .Date from [Ended On]
Please Accept a Solution if you solved it.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |