ayoubbHelper IV6 years agoSolvedCount 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 09...Show Moreryan_mayu6 years agoayoubb Is this what you want?timeslot = HOUR('Table'[call end time])&"h-"&(HOUR('Table'[call end time])+1)&"h"ryan_mayu to ayoubb6 years agoayoubb right click the column in the value filed to change to countClick 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.
ryan_mayu6 years agoayoubb Is this what you want?timeslot = HOUR('Table'[call end time])&"h-"&(HOUR('Table'[call end time])+1)&"h"ryan_mayu to ayoubb6 years agoayoubb right click the column in the value filed to change to countClick 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.
ryan_mayu6 years agoayoubb Is this what you want?timeslot = HOUR('Table'[call end time])&"h-"&(HOUR('Table'[call end time])+1)&"h"
ryan_mayu to ayoubb6 years agoayoubb right click the column in the value filed to change to countClick 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.
ryan_mayuSuper User to ayoubb6 years agoayoubb please take a look at this.Column = VAR timeslot = HOUR('Table (2)'[callendtime])&"h-"&(HOUR('Table (2)'[callendtime])+1)&"h" return if(HOUR('Table (2)'[callendtime])>=6 && HOUR('Table (2)'[callendtime])<=17, timeslot,"")ayoubbHelper IV to ryan_mayu6 years agoI have done exactly what you said, but the result in chart should be: from 06h-07h till 17h18 and not to depend to how many hours taken!ryan_mayuSuper User to ayoubb6 years agoayoubb Could you please create a chart in excel to show the expected output that you want? Show More
ryan_mayuSuper User to ayoubb6 years agoayoubb please take a look at this.Column = VAR timeslot = HOUR('Table (2)'[callendtime])&"h-"&(HOUR('Table (2)'[callendtime])+1)&"h" return if(HOUR('Table (2)'[callendtime])>=6 && HOUR('Table (2)'[callendtime])<=17, timeslot,"")
ayoubbHelper IV to ryan_mayu6 years agoI have done exactly what you said, but the result in chart should be: from 06h-07h till 17h18 and not to depend to how many hours taken!
ryan_mayuSuper User to ayoubb6 years agoayoubb Could you please create a chart in excel to show the expected output that you want?