I have multi Valued Parameter which have list of values in the Drop down .
I am trying to apply filter on the data set.My requirement is when i choose a value from Drop down,it should be filtered on that value.
I am using the below value in my DATA SET Filters
=join(Parameters!TierStatus.Value,",")
But i am getting an Error like
"Failed to evaluate the FilterValues of the Dataset"
How can write a filter expression based on the multi valued parameter