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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors