Get selected value from dynamic column

I have create a column

Rapportage jaar =
{
(“Underwriting year”, NAMEOF(DateTable[UWY]), 0),
(“Underwriting year +1”, NAMEOF(DateTable[UWY1]), 1)
}

If UWY is 2022 this can give reporting options 2022,2023

Now I need to use this value in a new measure.
How can I do that?
It keeps giving me an error.
I just need to know which one is selected.

Hi @Diabolica,
did you check SELECTEDVALUE ?

Some links regarding this:

https://app.enterprisedna.co/app/player-course/5?chapter=182&item=463

Hello @Diabolica

Did the responses above help solve your query?

If not, can you let us know where you’re stuck and what additional assistance you need?

If it did, please mark the answer as the SOLUTION by clicking the three dots beside Reply and then tick the check box beside SOLUTION

Thank you