Forum Discussion
ShonK20
2 years agoNew Member
Dynamically Changing Column Value Based on Parameter
Hi, I want to create a column SelectedYear. However, I want its value to be dependent on the Paramater the user may choose. Suppose the user chooses 2024, then it should hold 2024 values, if user...
amitchandak
2 years agoSuper User
ShonK20 , This is behavior of a measure(Implicit or explicit) in a visual
So if you have a table with year and value, put the year on the slicer, and the sum of value on visual, it should work