Forum Discussion

dbrandone's avatar
dbrandone
Helper IV
4 years ago
Solved

ALLSELECTED help for use with multiple values

Hi Everyone,   I have a report that has button filters for years. I have a gauge visual grouping with one gauge showing the current year selected and the second gauge showing the previous year to t...
  • AllisonKennedy's avatar
    4 years ago

    dbrandone  You can change your date to use MIN:

     

    VAR StartDate = DATE(MIN('Date'[Year])-1, 1, 1)