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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I have live conneciton and I want to fiter the data by hour range like I want to filter after 4.30 pm. I have date and time in one column.
How can I create 24 hour filter which would slice the data? I have tried to use relative time but it give me whole hour.
Please guide me in the direction.
Thank you!
Solved! Go to Solution.
Hi,
Here is one way to do this:
Data:
Dax:
Place the measure as a filter like in the picture. Afterthis you can apply relative date filter of 1 day. Since the measure will only allow values after 16.30 (4.30 pm) the result should be like you described.
Proud to be a Super User!
Thank you for your help
Hi,
Here is one way to do this:
Data:
Dax:
Place the measure as a filter like in the picture. Afterthis you can apply relative date filter of 1 day. Since the measure will only allow values after 16.30 (4.30 pm) the result should be like you described.
Proud to be a Super User!
Thanks for your help but I want user to pick any hournot exac 4.30 and then filter the data. so how can I achieve that?
In that case you can use parameters. e.g.
So insert parameters from here:
For hours 0 to 23 and for minutes 0 to 59. Increment 1
Proud to be a Super User!
Hi, you can split the hour from the date/column in the data view.
if you create a custom column and use the below dax expression. you can then use the hour in a seperate filter.
this will round the hour back so 20:59 would show as 20
as I am using live connection, I cant create column or table. do you have any other way?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
12 | |
11 | |
10 | |
9 |