Forum Discussion

JLambs20's avatar
JLambs20
Helper III
4 years ago
Solved

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...
  • johnt75's avatar
    johnt75
    4 years ago

    You could swap the MIN('Date'[Date]) for MAX('Date'[Date]), that should do it