The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |