This guide gives UK SME teams a practical implementation path: start with the business question, check the data or workflow, build the smallest useful version, then document what has changed.
This guide gives UK SME teams a practical implementation path: start with the business question, check the data or workflow, build the smallest useful version, then document what has changed.
Set up Power BI row-level security roles, test them in Desktop and assign users in the Power BI service.
2026-06-16 9 min read min read Digital Adaption On this pageRow-level security is not just a Power BI feature. It is a data ownership decision. Before restricting rows, agree who should see what, which source field controls access, and how exceptions are approved. For broader reporting repair work, see the Power BI consultancy and ERP reporting analytics pages.
Practical answerCreate a role in Power BI Desktop, filter a dimension or security table, test with View As, publish the dataset, then assign users or security groups in Power BI Service.
Start by writing the access rule in plain English. For example, sales managers can see their region, depot managers can see their site, and directors can see all regions.
Apply RLS through dimensions where possible. Filtering a clean region, customer or site table is easier to maintain than filtering multiple fact tables separately.
Static RLS uses separate roles such as North, South or Finance. It is simple but can become difficult to maintain. Dynamic RLS uses a security table that maps user email addresses to permitted keys.
For SMEs, dynamic RLS is often better once there are more than a handful of users or when users move between regions and sites.
-- Role filter on SecurityUsers table
SecurityUsers[Email] = USERPRINCIPALNAME()
Testing in Desktop is necessary but not enough. RLS is enforced for viewers in Power BI Service, and workspace roles can affect what people can see.
After publishing, assign users or Entra ID security groups to the dataset role. Then test with a real viewer account where possible.
Authors and workspace admins may see more than normal viewers. Always test with the intended viewer experience.
Fact-table RLS can become duplicated and fragile. A security dimension is usually cleaner.
RLS restricts rows, but export and build permissions still need governance.
Digital Adaption helps UK SMEs rebuild trusted Power BI, ERP and operational reporting after migrations, ownership gaps and model drift.
Workspace admins, members and contributors can have broader access than viewers. Test with a viewer account when validating security.
Yes. Use a security mapping table with one row per user and region, then filter from that table into the model.
Start with a 30-minute data risk call