Hi @Victor Pimentel
If you want to get different information based on different users, then you need to create parameters in the report for filtering.
For example, if you add a condition "where Email in (@EmailPara)" to the query in the report, this will create a parameter "EmailPara" through the field email and filter the report results through the parameter.
Then the parameters section will appear on the subscription page. In the EmailPara field, select Get value from dataset. In Value, select Email.
This part of setting parameters also has steps in the tutorial, you can check these steps carefully: https://learn.microsoft.com/en-us/sql/reporting-services/lesson-2-modifying-the-report-data-source-properties?view=sql-server-ver16#bkmk_add_reportparameter.
If the answer is helpful, please click Accept Answer
and Up-Vote
for the same. If you have any questions, please feel free to let me know.
Best regards,
Aniya