• You can use:

    =IIF(IsNothing((First(Fields!SystemID.Value, "DataSet_M"))), "No Data Found", Nothing)

    I'm not positive i have all the parenthesis right, but IsNothing is the function you are looking for.