Can we use the parameter selected in Column Calculated?

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

I’m pretty sure that this is not possible, happy to be corrected. Calculated columns are computed once, when the data is loaded, and their value doesn’t change after that.

Can you explain a bit more about your requirement please and/or share a sample PBIX file.

@edipgashi Unfortunately it’s not possible.