Forum Discussion
sharing customized report view for each user from a single report
- 3 years ago
Hi cri3italy
You can deploy RLS "Row Level Security" to your report
https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls
Hi cri3italy
As aj1973 mentioned , if you want different users to see the data related to their customer id , you can apply RLS in your report . In your case , I suggest you to use dynamic RLS .
In your report , you can create a user account table ,then create a relationship between your data table and user account table . Finally, the filtering of roles is realized by creating DAX .
Dynamic Row Level Security Made Easy for Beginners (powerbiconsulting.com)
Dynamic Row Level Security (Dynamic RLS) - Microsoft Power BI Community
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.