Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Ericathomas
New Member

Implementing Region-Level Security

Is it  possible to implement region-level  security while ensuring queries remain fast?

 

2 ACCEPTED SOLUTIONS
AmitDevkatte
Kudo Collector
Kudo Collector

Yes , it is possible to implement. It depends on how you model the data, for example apply the rls on dimregion table instead of facttable so that prunning will happen at early stage. the perfoarmance dependes on how complex dynamic cinditions are, if possible go for static rls if performace is priority.

 

Hope this will answer your doubt. if you are satisfied with answer please help to mark as solved and give a 👍 .

Thanks 😀

View solution in original post

cengizhanarslan
Super User
Super User

It can stay fast if you model it the “star-schema + small security table” way.

 

  • Star schema (one fact, region is a dimension key, not a text filter on the fact)

  • Security table is small (users ↔ regions mapping), not millions of rows

  • Filter flows User → Security bridge → Region dimension → Fact via keys (integers if possible)

  • Avoid complex many-to-many patterns directly into the fact unless absolutely necessary

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

5 REPLIES 5
v-echaithra
Community Support
Community Support

Hi @Ericathomas ,

May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.

Thank you.

v-echaithra
Community Support
Community Support

Hi @Ericathomas ,

Thank you @cengizhanarslan , @FBergamaschi@AmitDevkatte   for your response.

We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.

Thank you for your patience and look forward to hearing from you.
Best Regards,
Chaithra E.

cengizhanarslan
Super User
Super User

It can stay fast if you model it the “star-schema + small security table” way.

 

  • Star schema (one fact, region is a dimension key, not a text filter on the fact)

  • Security table is small (users ↔ regions mapping), not millions of rows

  • Filter flows User → Security bridge → Region dimension → Fact via keys (integers if possible)

  • Avoid complex many-to-many patterns directly into the fact unless absolutely necessary

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
AmitDevkatte
Kudo Collector
Kudo Collector

Yes , it is possible to implement. It depends on how you model the data, for example apply the rls on dimregion table instead of facttable so that prunning will happen at early stage. the perfoarmance dependes on how complex dynamic cinditions are, if possible go for static rls if performace is priority.

 

Hope this will answer your doubt. if you are satisfied with answer please help to mark as solved and give a 👍 .

Thanks 😀

FBergamaschi
Super User
Super User

Hi @Ericathomas,

yes, absolutely, with Row Level Security, static or dynamic, based on your needs.

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.