As mentioned, I'm trying to filter the different pages of a single report based on different roles.
When a person logs in I want to pick up their username. The first page would filter on Employee=username to show data related to the person. The second page would need to filter on Mentor=username to show data related to the person's mentees. As far as I can tell, only 1 role from RLS can apply to a report, not to the individual pages within the report. I believe I'm going to have to make separate reports instead of pages within one report.