Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Can you please explain how to use range slicer for time?
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.