SSRS - Expression using different dataset fields
问题 I have a report with multiple data-sets. Different fields from different data-sets are used in different locations of the report. In one part of the report, I need to do a calculation using fields from two different data-sets. Is this possible within an expression? Can I somehow reference the data-set the field is in, in the expression? For example, I'd like to do something like this: =Fields.Dataset1.Field / Fields.Dataset2.Field 回答1: You can achieve that by specifying the scope of you