I'm having one field in my table as:
=LookUp(Fields!student_id.Value,Fields!student_id.Value,Fields!total_marks.Value, "Marks")
When I'm trying to sort the column based on below expression, not having any sorted output:
=LookUp(Fields!student_id.Value,Fields!student_id.Value,Fields!total_marks.Value, "Marks")