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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
as the title says, I'm stuck on slicing a time interval within a day.
So, I have minute-by-minute data. My time-of-day variable is of the data type "time", I made sure of that in PowerQuery. Yet when I put it in a slicer with "Between" as the slicing type, all I get is this:
So is there no way to filter, say, 9 am to 11 am? Or am I just too stupid to find it?
Solved! Go to Solution.
Sadly it isn't an automatic option.
You have a couple of choices:
Use the Relative Time slicer option:
Create a date and time slicer seperate:
Solved: Range slicer by time of day AND NOT by date. - Microsoft Fabric Community
Or do some fancy stuff with numbers:
Solved: Slider Slicer that Includes Time (Not just Date) - Microsoft Fabric Community
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Sadly it isn't an automatic option.
You have a couple of choices:
Use the Relative Time slicer option:
Create a date and time slicer seperate:
Solved: Range slicer by time of day AND NOT by date. - Microsoft Fabric Community
Or do some fancy stuff with numbers:
Solved: Slider Slicer that Includes Time (Not just Date) - Microsoft Fabric Community
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Thank you. That's a bit discouraging -- but thank you for the compilation of options!