Forum Discussion
ayoubb
6 years agoHelper IV
Count by TimeSLOT
Hello,,
Thank you for your support and reply,
Please could you help me to calculate reporting interactionID per timeslot by using the column Call end time:
06h-07h
07h-08h
08h-09h
09h-10h
10h-11h
11h-12h
12h-13h
13h-14h
14h-15h
15h-16h
16h-17h
17h-18h
16 Replies
- ryan_mayuSuper User
Is this what you want?
timeslot = HOUR('Table'[call end time])&"h-"&(HOUR('Table'[call end time])+1)&"h"- ayoubbHelper IV
Thanks a lot RYAN, this is exactly what i want, this is below the result i just want to show that from 06h till 18h in chronological order, is this anything i need to add?
- az38Community Champion
do you have time slots list in a separate tables?
- ayoubbHelper IV
No i'm afraid i don't have this in a different column, i want to recover that from "Call end time"
- AnonymousNot applicable
Hi ayoubb ,
See if this solution helps
https://community.powerbi.com/t5/Desktop/How-to-Create-24-rows-for-hour-of-day/td-p/764523
Regards,
Harsh Nathani