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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Yqy
Helper I
Helper I

Get date from other table columns

I need the earliest start date and latest end date from two different columns and put them as date range

Yqy_0-1677633636560.png

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Yqy , If you need a two columns

 

Min(Table[Start])

 

Max(Table[End])

 

 

If you need as two measures

 

Minx(allselected(Table) , Table[Start])

 

Maxx(allselected(Table) ,Table[End])

 

If you want default a range based slicer , create a calendar with those date, I doubt you can initialize range based slicer

 

calendar(

Min(Table[Start]) , Max(Table[End]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

the calender one works thank you

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Yqy , If you need a two columns

 

Min(Table[Start])

 

Max(Table[End])

 

 

If you need as two measures

 

Minx(allselected(Table) , Table[Start])

 

Maxx(allselected(Table) ,Table[End])

 

If you want default a range based slicer , create a calendar with those date, I doubt you can initialize range based slicer

 

calendar(

Min(Table[Start]) , Max(Table[End]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

the calender one works thank you

Yqy_0-1677736958424.png

 

Helpful resources

Announcements
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.