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
johnt75
4 years agoSuper User
You could swap the MIN('Date'[Date]) for MAX('Date'[Date]), that should do it
JLambs20
4 years agoHelper III
I 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!