Invalid column name PartNum_PartDescription'

Custom report failed after upgrade. RDL’s all okay. So most likely SSRS issue, Where do I look to make the fix?

In my experience, that error usually means that a dataset query in the RDL is trying to access a column that does not exist in the associated Report Data Definition.

Thanks, that gave me the clue of where to go next and fixed the issue.