Forum Discussion
hans3400
3 years agoHelper I
Difference between two dates (power query)
Hi I want to make a column with difference between two date colums. I know i can use =duration.days(date1-date2), but the thing is that one of my date colums also contains time. When I enter in t...
- 3 years ago
Hi hans3400 , insert a custom column, and write this formule:
[Date 2]-Date.From([Date 1])When Date 1 y the date with hours, and Date 2 is the normal date (without hours).
The result:
Best regards
- 3 years ago
Bifinity_75
3 years agoSolution Sage
Hi hans3400 , insert a custom column, and write this formule:
[Date 2]-Date.From([Date 1])When Date 1 y the date with hours, and Date 2 is the normal date (without hours).
The result:
Best regards