Hide Tablix row based on Page Number

First off, this is a modified Base Crystal, to modified base SSRS report

I am working on converting some of our Crystal Reports to SSRS. In Crystal, we have a section of the report that is in the Page Header section with a suppress formula based on page number.

In SSRS, the same section is in the body and displayed in a Tablix. I want to add the same logic to the rows in this base on page number, but in SSRS you can only reference page number in the header or footer.

For more detail, this is the Customer Statement Form and I am trying to only show the customer address on their first page. IE one customer has 3 pages then their address only shows on page 1. If more than one customer is selected to print it needs to reset the page number when the customer changes.