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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
How can I add the RLS based on the PowerBi login IDs as
fruits@sample.com PowerBi login can only view the data Apple, Grapes, Pear, Mandarine, Watermelon, Coconut
veggie@sample.com PowerBi login can only view the data Tomatoes, Onion & ginger
Food@sample.com PowerBi login can only view the data milk, bread, egg
Type |
Tomatoes |
Onion |
Ginger |
Apple |
Grapes |
Pear |
Mandarine |
Watermelon |
Cocunut |
Milk |
Egg |
Bread |
Solved! Go to Solution.
@gauravnarchal , You have create table with fruit name and email (assigned) and create a role in RLS
email = userprincipalname()
Power BI- Row Level Security: Handle ALL, UserPrincipalName: https://youtu.be/KVLEnIUo4pc
@gauravnarchal , You have create table with fruit name and email (assigned) and create a role in RLS
email = userprincipalname()
Power BI- Row Level Security: Handle ALL, UserPrincipalName: https://youtu.be/KVLEnIUo4pc