• I was able to do it with the following expression below :

    =IIf(Previous(Fields!Name.Value) = Fields!Name.Value, True, False)

    The problem now is that there is a white space below which I need to remove, the white space are the empty cells/rows, any ideas on how to hide it?

    The whole idea is that if there is an empty cell/row on the left side, then row that contains the value repair should be blank or hidden.

    See screenshot and thanks in advance for the help.