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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
MichaelG_NAC
Frequent Visitor

Creating Roles & Managing

Hello I am looking into creating 4 roles. 3 which can only access certain information and 1 which can access everything. e.g Role 1 = [Name] = "A" Role 2 = [Name] = "B" Role 3 = [Name] = "C" But I am having issues trying to create the last one which can access everything, is there coding to allow for this or would it simply just be Role 4 = [Name] = "A" + "B" + "C" Thank you
1 ACCEPTED SOLUTION

@MichaelG_NAC,

 

Click Modeling-> Manage Roles and create 4 roles using DAX below:

Role1: Table1[Role] = "A"

Role2: Table1[Role] = "B"

Role3: Table1[Role] = "C"

Role4: Table1[Role] = "A" || Table1[Role] = "B" || Table1[Role] = "C"

3.PNG4.PNG 

 

Create a measure and drag Role and measure to a chart, when you want to apply roles, click view as roles:

Total = SUM(Table1[Number])

1.PNG2.PNG 

 

Regards,

Jimmy Tao

View solution in original post

3 REPLIES 3
LivioLanzo
Solution Sage
Solution Sage

Hi Michael you need to create a hierarchy as described here: http://radacad.com/dynamic-row-level-security-with-organizational-hierarchy-power-bi

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Hello I may have not represented it correctly The idea is that the Column [Name] is what I'm filtering for the roles Role 1 will only see the information that is from "A" Role 2 will only see the information that is from "B" But I want Role 4 to see the information from all of them so information from A, B and C i.e Name Number A 2 B 4 C 6 So if I summed Number the roles would see Role 1 - 2 Role 2 - 4 Role 3 - 6 Role 4 - 12

@MichaelG_NAC,

 

Click Modeling-> Manage Roles and create 4 roles using DAX below:

Role1: Table1[Role] = "A"

Role2: Table1[Role] = "B"

Role3: Table1[Role] = "C"

Role4: Table1[Role] = "A" || Table1[Role] = "B" || Table1[Role] = "C"

3.PNG4.PNG 

 

Create a measure and drag Role and measure to a chart, when you want to apply roles, click view as roles:

Total = SUM(Table1[Number])

1.PNG2.PNG 

 

Regards,

Jimmy Tao

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.