i Have a table that has a text value column and i want to display or hide this column basis filter selection.
please advise if it can be achieved through DAX.
I am using below but it is not working
_show =
IF (SELECTEDVALUE (Options[Value])="MTD",Other_Measurements[_Total_Activities],blank())
please advise if it can be achieved through DAX.
I am using below but it is not working
_show =
IF (SELECTEDVALUE (Options[Value])="MTD",Other_Measurements[_Total_Activities],blank())