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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
bdehning
Post Prodigy
Post Prodigy

Time Power Bi Query

I have the following Custom Column

 

Time.From(if Number.Round( Number.From( [Time of Incident] ) * 24.01 ) / 24=1 then 0.0 else Number.Round( Number.From( [Time of Incident] ) * 24.01 ) / 24)

 

This provides me the following.  

 

Time of Injury.PNG

  How do I change it or what do I need to do to create 2 hour time frame counts like:

 

Blank

00:00 - 02:00

02:00 - 04:00

04:00 - 06:00, etc.

Any time :30 or greater goes up and lower than :30 goes down.   

1 ACCEPTED SOLUTION
bdehning
Post Prodigy
Post Prodigy

Thanks, I was able to create a conditional column for all time frames and then created a sort Custom column to be able to sort in the order I wanted.  

View solution in original post

2 REPLIES 2
bdehning
Post Prodigy
Post Prodigy

Thanks, I was able to create a conditional column for all time frames and then created a sort Custom column to be able to sort in the order I wanted.  

Daryl-Lynch-Bzy
Resident Rockstar
Resident Rockstar

Hi @bdehning - you could consider adding Time Dimension table similar to calculate.  This will give you the ability to add multiple Time Bands.  Here is good time dimension table.  Time Dimension Table via Power Query – Insight Quest (insightsquest.com) from @Brettp761 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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