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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
mohammadyousaf
Helper III
Helper III

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
Helper III
Helper III

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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.