The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!