Forum Discussion
Anonymous
7 years agoNot applicable
Time Filter - 19:00-07:00
I have a column with 60,000+ rows, the format of which is: 07:00 08:23 22:01 Any idea how I could apply a quick filter for times between 19:00 - 07:00?
- 7 years ago
Hi Anonymous,
Based on my test, you could refer to below formula:
Column = IF([Time]>=TIME(19,0,0)||[Time]<=TIME(7,0,0),1,0)
Result:
Regards,
Daniel He
Thejeswar
Super User
7 years agoHi Anonymous,
You can filter the data inside Power Query by filtering on the time column