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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ovonel
Post Prodigy
Post Prodigy

dax on role manager ssas?

I am puzzled about the Role Manager in Visual Studio when working with SSAS tabular cubes:

ovonel_0-1641909653146.png

 

 

 

 

Is my understanding correct?

 

When a user logs to the cube, the “security” will check each role and see if the user is in that role… if the user is in the role; it gives the said access.

 

If the user is in multiple roles, it will give some sort of UNION between all of them, so the user can see as much as possible , correct?

 

Is this documented anywhere?

 

Ps: is there also documentation in cases where you force less access (like having a ‘users’ table and putting that filter in a .pbix only on a specific page?

 

 

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @ovonel ,

 

Answer for short, yes, the user will have all the access of each role that contains him.

The process is that the user connect the data model, the user gets a list of permissions after reading all the role in this model. Then the user queries the data via this permissions list.

 

For more detail, please refer this article.

Roles and Permissions (Analysis Services) | Microsoft Docs

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @ovonel ,

 

Answer for short, yes, the user will have all the access of each role that contains him.

The process is that the user connect the data model, the user gets a list of permissions after reading all the role in this model. Then the user queries the data via this permissions list.

 

For more detail, please refer this article.

Roles and Permissions (Analysis Services) | Microsoft Docs

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors