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
LotteLaugesen
Helper V
Helper V

Dynamic filter depending on another filter

Hi 

 

I would like to have a date filter showing the last 7 or 14 days depending on another filter like this:

LotteLaugesen_0-1651152257200.png

Is it possible?

 

BR

Lotte

1 ACCEPTED SOLUTION
LotteLaugesen
Helper V
Helper V

I have find a way to solve it 🙂

Include Date = IF(SELECTEDVALUE(Weeks[Weeks]) = 1 && SELECTEDVALUE(Dim_Calendar[IndexDay]) < 7,1,IF(SELECTEDVALUE(Weeks[Weeks]) = 2 && SELECTEDVALUE(Dim_Calendar[IndexDay]) < 14,1,0))
 
Where IndexDay is days from today
and then I just put a filter on Date slicer saying that Include Date should be 1

 

View solution in original post

3 REPLIES 3
LotteLaugesen
Helper V
Helper V

I have find a way to solve it 🙂

Include Date = IF(SELECTEDVALUE(Weeks[Weeks]) = 1 && SELECTEDVALUE(Dim_Calendar[IndexDay]) < 7,1,IF(SELECTEDVALUE(Weeks[Weeks]) = 2 && SELECTEDVALUE(Dim_Calendar[IndexDay]) < 14,1,0))
 
Where IndexDay is days from today
and then I just put a filter on Date slicer saying that Include Date should be 1

 
amitchandak
Super User
Super User

@LotteLaugesen , Create a measure

 

countrows(filter('Date', Date[Date] <= Today()  && Date[Date] >= Today() - (selectedvalue(Table[Number])*7) ))

 

and check the values is not blank in the visual level filter of the slicer

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

Hi amitchandak

 

It doesn't seem to work - it doesn't matter if I select 1 or 2 week the measure is 1. 
If it worked how could I then use it as a filter for the date slicer?

LotteLaugesen_0-1651219857446.png

 



Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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