The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Trying to find a way to present the same report for 3 users, in the same organization workspace, but that for each specific user will see his specific filters already 'pin' or chosen.
how can I do it?
Solved! Go to Solution.
Hi @Ad112 ,
You can consider using dynamic RLS , based on the username() or userprincipalname() functions to restrict user access to relevant data by analyzing the user's domain name/UPN so that each user can only see the content of their reports.
Refer to:
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
Dynamic Row Level Security with Power BI Made Simple - RADACAD
This is the related document, you can view this content:
Same Report Filtered On Different Teams Pages - Microsoft Fabric Community
Solved: one report different clients, each only seeing the... - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Ad112 ,
You can consider using dynamic RLS , based on the username() or userprincipalname() functions to restrict user access to relevant data by analyzing the user's domain name/UPN so that each user can only see the content of their reports.
Refer to:
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
Dynamic Row Level Security with Power BI Made Simple - RADACAD
This is the related document, you can view this content:
Same Report Filtered On Different Teams Pages - Microsoft Fabric Community
Solved: one report different clients, each only seeing the... - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.