Hey @Kumar9024021
If you want to search for the event in a specific time period, you can use the below expression:
Filter(DataSourceName, EventDate > DatePicker1.SelectedDate && EventDate < DatePicker2.SelectedDate)
Here, DatePicker1 is used to select the start date of the range and DatePicker to select the End Date of the range.
EventDate is the name of column in your data source.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!