Forum Discussion
Meinhardt
2 years agoRegular Visitor
New table from based on existing (Sensor data and time data to average per hour).
Hi everyone! I'm new to Power BI, and I have a question that might be straightforward, but I haven't been able to figure it out yet. I have a dataset with temperature measurements and their corre...
- 2 years ago
It will be a 'Group By' on date and time with Average of the temperature. It's done via the interface on the 'Home' tab.
- Anonymous2 years ago
Hi Meinhardt
HotChilli has pointed out the correct direction. Here is a document for your reference: How to GROUP BY or summarize rows - Power Query As you already have Dato and Klokke (Time) columns in table Rum-Labratorie, you can duplicate or reference this table, then in the new table, group by Dato and Klokke (Time) columns to have the average of Temperatur in a new column.
In addition, it seems the current TidsTabel's Klokke (Time) column is probably not correct. I feel like creating it with below code will be better.
Time.StartOfHour([#"Klokke (minut)"])Best Regards,
Jing