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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
siva3012
Helper II
Helper II

How to convert 15 Min interval data into one hour interval data?

Hi, I have data consiting on every 15 min interval and i have to convert this into one hour interval data. Can anyone guide me in doing this in PowerBI?  I have the screenshot which is required. 

Untitled.jpg

 

 

 

 

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee

@siva3012

In Query editor window, you can try to add a custom column as 

Time in Hours = Time.Hour([time in Min])+1

Capture.PNG

 

And then group by usage date and Time in Hours.

Capture.PNG

 

See more information in the attached pbix file.

View solution in original post

3 REPLIES 3
Eric_Zhang
Microsoft Employee
Microsoft Employee

@siva3012

In Query editor window, you can try to add a custom column as 

Time in Hours = Time.Hour([time in Min])+1

Capture.PNG

 

And then group by usage date and Time in Hours.

Capture.PNG

 

See more information in the attached pbix file.

Anonymous
Not applicable

I had a very similar question except that my field is formatted as a date and time, with the time being in 15 minute intervals. Is there a similar formula that I can use?

 

Thanks!

@Eric_Zhang: Thanks Eric.  Its Perfect .

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.