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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Ibrahim_shaik
Helper V
Helper V

Why the Relative Time Slicer is filtering from the current Time - Please Help

Hello Power BI Community,

 

I have created a report in that I want to filter the line chart with time and date. so i used two slicers one is "Between slicer" for Date and the other is for time "Relative Time Slicer".

 

The Date Data in the table is only of January 2022. but the Relative Time Slicer takes the Current Date and time and filters backwards. when the between slicer is set to Jan 2022 date.

 

why the time slicer is filtering from current date. 

 

Please let me know how to solve this issue.

 

Thanks&Regards,

Ibrahim.Relative Time Slicer.png

 

2 REPLIES 2
Ibrahim_shaik
Helper V
Helper V

Can you please explain how to use range slicer for time? 

amitchandak
Super User
Super User

@Ibrahim_shaik , Relative date and relative time slicer both work with current time only

 

Use a range slicer for time.

or create a measure by using timevalue or now

 

Max time= maxx(allselected(Date), [Date])  + timevalue(now())

 

Min  time=maxx(allselected(Date), [Date])  + timevalue(now()) -30/24

 

You can use the numeric parameters to select this 30

https://docs.microsoft.com/en-us/power-bi/desktop-what-if

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.

Top Solution Authors