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.
Hello buddies.
I'd be grateful if you help me code the following.
I need to round the minutes to the down hour like the image, this using power query (M).
Thanks for all.
Solved! Go to Solution.
@rmcneish , Try in a new column in power query
=Time.StartOfHour([Datetimestamp])
If you need end
=Time.EndOfHour([Datetimestamp])
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |