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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
mohammadyousaf
Resolver II
Resolver II

calculating duration between max and min dates in two columns

Hi, I have two columns 

 

Col. A                 Col. B

1-Jan 2020         10-Jan-2020

3-Mar-2020        3-Apr-2020

15-Aug-2020      5-Sep-2020

7-Jan-2020         15-Jan-2020

11-Feb-2020       12-Apr-2020

10-Nov-2020      07-Jan-201

 

I want to take the Min date of Col. A and Max date of Col B. to calculate total duration. I have case where smallest date in Col. A is the start date and Max Date in Col B. is the end date. 

 

Any help is appreciated. 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@mohammadyousaf 

pls try this

Measure = DATEDIFF(min('Table'[Col.A]),max('Table'[Col.B]),DAY)

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
mohammadyousaf
Resolver II
Resolver II

worked perfectly, thank you... 

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




ryan_mayu
Super User
Super User

@mohammadyousaf 

pls try this

Measure = DATEDIFF(min('Table'[Col.A]),max('Table'[Col.B]),DAY)

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.