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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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..

0 REPLIES 0

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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