Forum Discussion
GCM_9
3 years agoRegular Visitor
Parameter Year in Virtual Table
Hello everybody I have a table with some values to display in a Segmentor and another table with some objective values. Depending on the selected year, only the values that appear in the T_Obje...
some_bih
Community Champion
3 years agoHi GCM_9 usually SELECTEDVALUE is consumed when on slicer user choose some values (like specific year). It could be that on dashboard you did not do something like this so no values is retrived from slicer.
GCM_9
3 years agoRegular Visitor
I have a filter with the different years that we can select.
The year that we select is the one that I want to pass as a filter parameter
I'm trying to get it back SELECTEDVALUE(Calendario[Date].[Año]) but this not retrieve any value
Also tried with SELECTEDVALUE(Calendario[Date].[Año],MAX(CALENDARIO[año])) with the same result (NULL)