Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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