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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
multt0
Frequent Visitor

how to make RLS

I have 3 table

Dim_Employee, Dim_Auth, Fact

multt0_0-1695039010933.png

I want A to be able to see only 11 and 13 groups of data.
How can I do RLS?

I already make dax at fact like delow.

---

[group] IN
SELECTCOLUMNS(
FILTER(
'Dim_Auth',
Related('dim_employee'[Big_group]) = [Big_group]
),
'Dim_Auth'[group]
)

---

but i can see all..

1 REPLY 1
TomMartens
Super User
Super User

Hey @multt0 ,

 

I'm wondering if you are aware of this article: Row-level security (RLS) with Power BI - Microsoft Fabric | Microsoft Learn

Share the relationships of the tables in your semantic model.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors