Hello to everyone,
I need to calculate a column in a table based on the selected Parameter in Filter Pane.
If the parameter selected in the Filter Pane is “Q - FEB”, then in column needs to display 1, if not 0.
I did this calculation but it is not showing me the result.
SelectedParameter = IF(SELECTEDVALUE(Parameter[Parameter Name])=“Q - FEB”,1,0)
Any idea whether this type of calculation can be done in Column Calculated or not? Any solution?
Thank you in advance