Forum Discussion
Hi flowadm20000,
The best approach for this is to use the Filter function directly within your data source connection. You can set the Items property of your calendar display to filter the events based on today's date using the following formula:
Filter(YourCalendarDataSource, Start >= Today() && Start < DateAdd(Today(), 1))
Replace `YourCalendarDataSource` with the name of your Outlook calendar data source. This formula should display only today's events and should help improve app performance by reducing the additional collections or filtering steps in PowerApps.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic