Forum Discussion
JLambs20
Helper III
4 years agoShow 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
johnt75
Super User
4 years agoYou could swap the MIN('Date'[Date]) for MAX('Date'[Date]), that should do it
JLambs20
Helper III
4 years agoI think you may be on to something here. So far, it looks like it works but I'm going to QC it some more and if that's the case, I'll accept it as the solution! Thank you so much!