Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
In Query editor window, you can try to add a custom column as
Time in Hours = Time.Hour([time in Min])+1
And then group by usage date and Time in Hours.
See more information in the attached pbix file.
In Query editor window, you can try to add a custom column as
Time in Hours = Time.Hour([time in Min])+1
And then group by usage date and Time in Hours.
See more information in the attached pbix file.
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!
User | Count |
---|---|
74 | |
71 | |
42 | |
31 | |
28 |
User | Count |
---|---|
99 | |
92 | |
50 | |
49 | |
46 |