Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Row level security, live connection, SSAS, Azure AD groups

I'm trying to have RLS work with Azure AD groups. I'm using PBI with live connection to Azure SSAS tabular.

 

The closest pattern I've found so far is this: https://docs.microsoft.com/nb-no/power-bi/desktop-tutorial-row-level-security-onprem-ssas-tabular

 

I have people in my organization that should be assigned to different groups in AD so that their membership can be administrated through AD and not some table in my data warehouse. I want to use RLS on a group level, not an individual basis.

 

The basic example above involves calling the USERNAME() function in DAX, but what I think I need is the ability to know if the current user is a group member. I can't really find a DAX function for this, so how can this be accomplished?

 

 

2 Replies