The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am facing an issue of converting the date given in hh:mm:ss format (timestamps) into group of different intervals.
The time data is in the given format.
3:12:11 PM value=46
3:12:12 PM value=47
3:12:13 PM value=48
.
.
3:17:00 PM value=55
I want to group the given time instances into 5, 10, 30 minutes periods and find the average of the corresponding time period.
output
3:12:00 to 3:17:00 value= average of all the values within that time period.
Solved! Go to Solution.
This should do the trick.
Hope this will help.
This should do the trick.
Hope this will help.