Forum Discussion
JLambs20
4 years agoHelper III
Show items between start and end dates
Hello! I have run into a recurring situation where individuals are asking to be able to use a filter to see all items in a table that "exist" between a start and end date, but the date they selec...
- 4 years ago
You could swap the MIN('Date'[Date]) for MAX('Date'[Date]), that should do it