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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
srymhrdka
Regular Visitor

Converting Data Per Minute to Hourly in Power BI

I need help with data transformation in Power BI. The data I have is stored in the data source with a minute-level granularity, but I want to display the data in the report on an hourly basis. How can I perform this transformation using Power Query Editor to show the data in hourly intervals with the appropriate aggregation (e.g., average)? Thank you for your assistance!

2 REPLIES 2
Mahesh0016
Super User
Super User

@srymhrdka  
you can try [Minute_Column]/60 it's give you minute in hour.

Else

1 min = 0.0166666667 h
1 h = 60 min

Example: convert 15 min to h:
15 min = 15 × 0.0166666667 h = 0.25 h

 

v-eqin-msft
Community Support
Community Support

Hi, @srymhrdka 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors