Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
pls try this
Measure = DATEDIFF(min('Table'[Col.A]),max('Table'[Col.B]),DAY)
Proud to be a Super User!
worked perfectly, thank you...
you are welcome
Proud to be a Super User!
pls try this
Measure = DATEDIFF(min('Table'[Col.A]),max('Table'[Col.B]),DAY)
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.