• I cannot say if the error you are receiving is directly related to the multivalue parameter option, but I can tell you that the only comparison operator that works with a multivalue parameter is the "IN" comparison. This is true whether you are applying a filter to a dataset or a tablix, or if you are putting the condition into a WERE clause directly inside a dataset query. You must always change the "=" to "IN" as the comparison operator.