Forum Discussion
dbrandone
Helper IV
4 years agoALLSELECTED 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...
- 4 years ago
AllisonKennedy
Community Champion
4 years ago- dbrandone4 years ago
Helper IV
Thanks AllisonKennedy
That works for the previous year measure, but with the first measure if ALLSELECTED is still used, it throws an error. If I use MAX, then only the max year of the two selected years shows in the data, but I was able to use your premise with MIN and MAX to get the currently selected year visual to display properly. Thanks!!