Forum Discussion
mtrevisiol
Helper V
5 years agoSELECTEDVALUE does not work
Hi everyone. I've got a calendar table with a hierarchy of dates and a slicer withe the years in the report. I created a measure that should return the selected year, using selected year = S...
Fowmy
Super User
5 years agomtrevisiol
Hope you have a Year column in the Calendar table?
Try this:
selected year = SELECTEDVALUE(Calendar[Year], 123)
- mtrevisiol5 years ago
Helper V
I've just tried, but still doesn't work...