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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table `Staff Booking` containing `Start date` and `End Date` for a job. I also have a calculated table filed with
Date Range 2 = CALENDAR(MIN('Staff Booking'[Start Date]), MAX('Staff Booking'[End Date]))
I want to eventually make a relationship between these two table such that:
1) When the date slicer range is defined, the jobs that overlap the slicer are filtered (using the start dat and end date columns)
2) And for the jobs that overlap, if the `start date < min(slicer date)` then `start date` change to `min(slicer date)`
@Anonymous
Refer if this can help