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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
key_to
Advocate I
Advocate I

If + duration calculation issue in query editor

Hello!

 

Does someone have an experience combining if statment with duration in query editor? 

 

I am trying to calculate the lenght of employment, my formula looks like this:

 

#"Inserted Duration"= Table.AddColumn(#"Added Conditional Column3", "Duration", each if [Employee Status] = "Terminated" then Date.From([Employment Details Termination Date] - [Employment Details Start Date], type duration) else each Date.From(DateTime.LocalNow() - [Employment Details Start Date], type duration)),

 

My formula is probably completely wrong since the only result I get is "Error". 

Appreciate any feedback! 

Thank you! 

 

 

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

3 REPLIES 3
SpartaBI
Community Champion
Community Champion

@key_to my pleasure :))
Listen, check out my showcase report - got some high level stuff there. Sure you will find there a lot of cool ideas. Please give it a thumbs up over there if you liked it 🙂
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543

key_to
Advocate I
Advocate I

Wow, that was exactly what I needed! Thank you so much! You made my day! 

SpartaBI
Community Champion
Community Champion

@key_to Here is a link to download the file with a sample solution:

If + duration calculation issue in query editor 2022-08-02.pbix



2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report – Contoso By SpartaBI

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Solution Authors