Forum Discussion

ppl's avatar
ppl
Frequent Visitor
5 years ago
Solved

Time interval selector

Hello. I am making a ACS report and I need to show people who was late. How I can filter only items which is between 9:00 and 10:00?    
  • amitchandak's avatar
    5 years ago

    ppl , Try a measure like

     

    calculate(countrows(Table), Filter(Table, Table[time] >= time(9,0,0) && Table[time] <= time(10,0,0)))