Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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
I have 3 table
Dim_Employee, Dim_Auth, Fact
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..
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