Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello, I am having a problem with using the hour function. What I'm trying to do is round down the minutes to the hour. I tried using the hour function and it returns this message.
Error message and DAX function
Data I am using
I'm stuck, I've looked on these forums too and haven't found anything
Solved! Go to Solution.
Hi, @NB919 ;
Such as amitchandak said, you could create a column.
Column = HOUR('PhoneQueueCalls'[time start])
Or create a measure.
Measure = HOUR(MAX('PhoneQueueCalls'[time start]))
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @NB919 ;
Such as amitchandak said, you could create a column.
Column = HOUR('PhoneQueueCalls'[time start])
Or create a measure.
Measure = HOUR(MAX('PhoneQueueCalls'[time start]))
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 47 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 141 | |
| 110 | |
| 65 | |
| 38 | |
| 33 |