Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello to all,
i need your help with following :
I have to implement the below Power Embedded solution :
From same dataset ,which contains the information where each future user belongs to one department .Each department has to see diffirent report from same dataset .
So , i will implement RLS roles based department but how can i connect users from each department with correct role ?
I need the users credentials for UI which embedded report will upload to see the appropriate role based on department .How i have to implement it this?
Hey @GeorgeKarl ,
you do not need the user's credentials.
What you need is the login tokin (basically the email address), e.g., [email protected]
Then you have to decide if you want to create dynamic Row Level Security or static Row Level Security. Dynamic means there is only one group, static means each department has it's own group.
Dynamic RLS always adds a performance benchmark, this means the larger the model the more I recommend the static approach. Of course there is more you need to consider, the number of departments, is the number of departments fixed or does it change all the time.
My recommendation for the static approach, use existing Entra ID security groups or create new ones, because this prevents you from having to add single users to the RLS roles. Of course the Entra ID security groups need to be maintained.
This article explains how to implement RLS: Row-level security (RLS) guidance in Power BI Desktop - Power BI | Microsoft Learn
I consider spending on the book a valuable investment: Row-Level Security in Power BI: The complete guide of creating different views of the data for the s...
Hopefully, this helps to tackle your challenge.
Regards,
Tom
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 10 | |
| 10 | |
| 4 |
| User | Count |
|---|---|
| 33 | |
| 29 | |
| 27 | |
| 26 | |
| 21 |