Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I'm trying to implement RLS in a datamodel with no apparent relationship between the user table and the transaction table.
I want all managers to be able to see all the data in the transaction table, and the non-managers to see no data.
Would this be possible?
User table:
User | IsManager | Username | |
A | 0 | a@mail.com | domain\a |
B | 1 | b@mail.com | domain\b |
C | 0 | c@mail.com | domain\c |
Transaction table:
Transaction ID | Value |
1 | 100 |
2 | 300 |
Solved! Go to Solution.
@nimp_kp , Create a new column in the transaction table and have value =1
user type =1
join this with IsManager (Many to many, Bi directional or use filter Fact)
Then create role with filter on user table
[Email] = userprincipalname()
@nimp_kp , Create a new column in the transaction table and have value =1
user type =1
join this with IsManager (Many to many, Bi directional or use filter Fact)
Then create role with filter on user table
[Email] = userprincipalname()
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.