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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Between Date Slicer Including dates not in filter

I have created a measure that i'm using as a filter on slicers to prevent users from selecting dates that aren't in the time range they've selected in another slicer, e.g. if they choose all sales before October the slicer wont include products that went on sale after that date. 

 

This has been done through a dax expression as I have pre-existing relationships that prevent me from using a common date table. 

The filter is built using the following code.  

PerfDateFilter = (IF(MAX('TDate Filter'[TDateEnd])> MAX(Artifax_PerfCodes[PerformanceDate]) && Not ISBLANK(MAX(Artifax_PerfCodes[PerformanceDate]))  ,1,0))
 
When I use a dropdown date slicer it works as expected preventing users from selecting October or November
 YasminB3_0-1702379891452.png

However, when I switch the filter to between dates, it includes sales to the end of the year. Enabling users to select dates that haven't been on sale yet. 

YasminB3_1-1702379991073.png

 

1 ACCEPTED SOLUTION
Kishore_KVN
Super User
Super User

Hello @Anonymous , Please select second slicer and on Edit Interactions under Format Tab then choose Filter in the interaction instead of None. 

 

If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!

View solution in original post

2 REPLIES 2
Kishore_KVN
Super User
Super User

Hello @Anonymous , Please select second slicer and on Edit Interactions under Format Tab then choose Filter in the interaction instead of None. 

 

If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!

Anonymous
Not applicable

Thank you @Kishore_KVN that worked!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.