Clicking on a date after having selected another date, selects the range between those 2 dates Clicking an already-selected day clears the selectionThis is an intuitive model that your users will be able to quickly understand by clicking around and exploring your app. Here is the strategy that...
Filtering by a Date Range in Power Apps Have you ever needed to filter a gallery in Power Apps by a date range? Maybe you want to return all items from the current week? Or maybe the previous week, pay period, month... 0 PowerApps ...
{ "bin-check": "^4.1.0", "bin-version-check": "^4.0.0", "download": "^7.1.0", "import-lazy": "^3.1.0", "os-filter-obj": "^2.0.0", "pify": "^4.0.1" }, "dependencies": { "download": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/download/-/...
Clicking on a date after having selected another date, selects the range between those 2 dates Clicking an already-selected day clears the selectionThis is an intuitive model that your users will be able to quickly understand by clicking around and exploring your app. Here is the strategy that...
like this: Collect(MyEvents, {name: "Rock concert", date: Date(2017,7,7)}) Now you can add a Gallery next to the calendar and set the new gallery's Items property as follows: Filter(MyEvents, _selectedCount = 0 || (date >= _selectionStart && date <= _selectionEnd)) That's ...