I want to display the values based on filter on column. I am using ISFILTERED but is it not working as expected. Can someone help on this issue?
Suppose we have a table as shown below and we have column called Filter where it is showing the values based on filter on Column2. When ever we filtered value on Column2 then it should show values on Filter column as 1 if not show the values as 2. But it is not reflecting. I am not sure what I am missing here.
Without Filter:
With Filter:
This article gives great info on the differences between calculated columns and measures.
https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/