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
I have the table below. I have a Plannned Entry Time and a Planned Exist Time and a Planned Duration which are all Time fields. I have used the following formula for the Planned Duration Column
Solved! Go to Solution.
THis has solved it - thank you so much for your help
@spandy34 Is this being done in Power Query?
No not power query . I just added the column in the table imported from an sql database
@spandy34 OK, try this:
Planned Duration =
IF(
[PlannedExitTime] = TIME(0,0,0),
(TIME(23:59:59) - [PlannedEntryTime) + TIME(0,0,1),
[PlannedExitTime] - [PlannedEntryTime]
)
THis has solved it - thank you so much for your help
Are you taking into account the fact that anything after midnight is the following day?
Do your time fields include a date?
See also:
Solved: Concatenate date and time from different columns i... - Microsoft Power BI Community
no it doesn't include a date. I think that was the problem . I think I need some DAX thst says if the time equals midnight then it's handled differently than just [PlannedExitTime]-[PlannedEntryTime]
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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |