I'm in Studio 2012. I have a report with 2 datasets. The reports table is linked to one dataset, and I look up values in the second to basically join the datasets on the fly.
I need to filter the table based on results of one of those look-up fields. I can filter a tablix on a Field from the dataset, but I can't find a method to filter the data based on one of these calculated fields. For the purposes of other expressions, I can refer to these calculated fields as ReportItems!MyCalculatedField.Value, but I can't set this as a filter in the tablix properties. How do I proceed here? Thanks,