Forum Discussion

FabrizioLorito's avatar
FabrizioLorito
New Member
2 years ago
Solved

Problem with SELECTEDVALUE

Hi I have a simple data table with years (Anno) ranging from 2021 to 2023 I have created two tables just with the list of years f_start = summarize(Dati,Dati[Anno]) f_end = summarize(Da...
  • HotChilli's avatar
    2 years ago

    Slicers don't affect calculated columns or tables.

    ---

    You could create 2 measures and use them in a table visual to get what you want.