Hi @ANA1
You need dynamic Report Scheduling, where each recipient receives a version of the report filtered specifically for them. Using, Row-Level Security (RLS) is the easiest way to set up filtered report distribution per recipient.
- Create a dataset with user to filter mappings (e.g., email → region).
- Apply RLS in your dataset.
- Configure a single email schedule for all users from your RLS applied dashboard.
- Quick Sight will automatically filter the data per recipient based on RLS.
Please refer the below community post this might be helpful for you.