Forum Discussion
mtrevisiol
5 years agoHelper V
SELECTEDVALUE 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
5 years agoSuper User
mtrevisiol
Hope you have a Year column in the Calendar table?
Try this:
selected year = SELECTEDVALUE(Calendar[Year], 123)
mtrevisiol
5 years agoHelper V
I've just tried, but still doesn't work...