Could you help me build a recipe to calculate the number of tickets, per ticket status, per hour? For example:
Column A: Time of The day, Column B: ticket status, Column C: count
2PM: New - 5 tickets, Open - 10 tickets, On hold - 2 tickets
3PM: New - 2 tickets, Open 12 tickets, On hold - 2 tickets
Is there any way to create this sort of report?

I see that you would like to check the status update per hour
You can create this report with the Update history dataset and use the attribute "update ticket status"
I hope this helps.