Forum Discussion

ayoubb's avatar
ayoubb
Helper IV
6 years ago
Solved

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

 

  • ayoubb 

    Is this what you want?

    timeslot = HOUR('Table'[call end time])&"h-"&(HOUR('Table'[call end time])+1)&"h"

  • ayoubb 

    right click the column in the value filed to change to count

    Click three dot on the top right of your chart, choose sort by time slot and click sort by asc or des to show in order.

     

16 Replies