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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have multiple datasets in my workspace where I have added members to the security RLS.
I need to query or export for each of my datasets wich members I have granted permission to each.
Is there a way for doing this?
Thank you,
FC.
Solved! Go to Solution.
Connect to the XMLA endpoints with your favorite tool and then run these DMV queries
select * from $SYSTEM.TMSCHEMA_ROLES
select * from $SYSTEM.TMSCHEMA_ROLE_MEMBERSHIPS
Connect to the XMLA endpoints with your favorite tool and then run these DMV queries
select * from $SYSTEM.TMSCHEMA_ROLES
select * from $SYSTEM.TMSCHEMA_ROLE_MEMBERSHIPS
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!