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!View all the Fabric Data Days sessions on demand. View schedule
Hello,
I have a "requests" dataset which includes both a StartDate and an EndDate column. I need to create a slicer that will filter in any records where either the StartDate or EndDate falls within a date range as defined by the slicer. Is this possible, or will I be required to have individual slicers for StartDate and EndDate?
Here is one way of handling it (pbix file here😞
Date is a standard date table
With this model, you can now apply filters on the Date table and the Sales table will be filtered to rows where either StartDate or EndDate meets the filter criteria.
Also, you could filter on Date Type if you wanted the Date filter to apply to StartDate or EndDate only.
Regards,
Owen
Hi @AaronJarboe,
Does that make sense? If so, kindly mark the answer as solution to close the case.
Regards,
Frank
Hi @AaronJarboe,
I made one sample for your reference.
1. Create the relationship between tables as below.
2. Create the measures.
End = CALCULATE(SUM(Table1[sales]),USERELATIONSHIP('CALENDAR'[Date],Table1[End date]))
St = CALCULATE(SUM(Table1[sales]))
For more details, please check the pbix as attached.
Regards,
Frank
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!