Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
spandy34
Responsive Resident
Responsive Resident

Create Date Column

 

 

Within Power Query, I need to create a new date column called Planned Exit Date that calculates as below:-

 

 

If [PlannedExitTime] (time format) is less than [PlannedEntryTime] (time format) then +1 day to [PlanndVisitDate]

 

Can someone please help me?

 

 

1 ACCEPTED SOLUTION
Einomi
Helper V
Helper V

try 

If ... then Date.AddDays([PlannedVisitDate],1) else ...

View solution in original post

4 REPLIES 4
Einomi
Helper V
Helper V

try 

If ... then Date.AddDays([PlannedVisitDate],1) else ...
spandy34
Responsive Resident
Responsive Resident

Thank you that has worked - I really appreciate your help @Greg_Deckler @Einomi 

Greg_Deckler
Community Champion
Community Champion

@spandy34 Maybe:

= if [PlannedExitTime] < [PlannedEntryTime] then [PlannedVisitDate] + 1 else [PlannedExitTime]


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi @Greg_Deckler 

 

spandy34_0-1683126337960.png

 

 

I get this error 

 

spandy34_1-1683126382485.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors