Forum Discussion
Syndicate_Admin
Administrator
3 years agoDAX Retrieve Year Value in a Virtual Table
Hello everyone I have a table with values to display in a Segmenter and another table with target values. Depending on the selected year, only the values q appear in the T_Objetiv...
Syndicate_Admin
Administrator
3 years agoI think the most logical thing would be that if we do not have a selected year we take the biggest
SELECTEDVALUE(Calendar[Date]. [Year],MAX(CALENDAR[year]))
- lbendlin3 years ago
Super User
Then do that. MAX() is a good stand-in for SELECTEDVALUE() especially when the expected Total is also the last value.