Good afternoon,
I am trying to use current and past data to check call volumes between a set time frame and am having an issue as follows.
I can get the volumes from my data as per the DAX formula below per day, but I have now been asked to include a to and from time.
The formula from today is looking at the Monday of the current week which is great, but I am unsure how I would include the time part of the query.
My [Date] format is "13/12/2020 23:58:54" and I am unsure how to include the last part. I have seen time as "TIME(08,00,00)" but need some pointing in the right direction
=CALCULATE(COUNTROWS(Data),filter(Data,Data[CallType]=All_Data[CallType]),All_Data[Date]=today()-WEEKDAY(TODAY(),3))
thanks in advance
Gavin
I am trying to use current and past data to check call volumes between a set time frame and am having an issue as follows.
I can get the volumes from my data as per the DAX formula below per day, but I have now been asked to include a to and from time.
The formula from today is looking at the Monday of the current week which is great, but I am unsure how I would include the time part of the query.
My [Date] format is "13/12/2020 23:58:54" and I am unsure how to include the last part. I have seen time as "TIME(08,00,00)" but need some pointing in the right direction
=CALCULATE(COUNTROWS(Data),filter(Data,Data[CallType]=All_Data[CallType]),All_Data[Date]=today()-WEEKDAY(TODAY(),3))
thanks in advance
Gavin