Forum Discussion
Dynamic names in field parameters (Selectedvalue)
Hi,
I had something similar but look it shows year () and not year (2022) for example. It looks like selected year gets ignored and that was my issue too.
SELECTEDVALUE('Calendar (Posting Date)'[Year])-1 resulted in ' -1'
Kind regards,
Remco
Hi Remco, that's correct.
It shows Year () and not Year (2022)
- Anonymous3 years agoNot applicable
That's unfortunately my issue, I would love the year to be shown, but as far as I am aware that is not possible to this date.
- lbendlin3 years agoSuper User
- is the OT_Year table joined or disconnected? If it is joined then you don't need the dynamic field parameter.
- if you expect the user to always select exactly one year then make the slicer single select.
- noverkamp3 years agoFrequent Visitor
The data is an simple example. In my model I've several fields, so I need the dynamic field parameter. The question is, is this possible with 'selectedvalue'?