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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Row Level Security

Hello All,

 

I am trying to write the DAX for filtering the data at "Manage Roles".

I have written   [ BU] = "Brand Marketing & Customer Experience BMCX", which will filter all the employee under "Brand Marketing & Customer Experience BMCX". 

 

I also want to add another entity in the same Role ie "Data Analytics & Artificial Intelligence DAAI".

 

Please Suggest

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

Hi @Anonymous ,

 

We can use the following steps to meet your requirement.

 

1. If "Data Analytics & Artificial Intelligence DAAI" doesn’t belong to [BU], we can use this measure.

 

[BU] = "Brand Marketing & Customer Experience BMCX" && [new column] = "Data Analytics & Artificial Intelligence DAAI"

 

Row 1.jpg

 

2. If "Data Analytics & Artificial Intelligence DAAI" belongs to [BU], we can use this measure.

 

[BU 2] in 
{"Brand Marketing & Customer Experience BMCX",
"Data Analytics & Artificial Intelligence DAAI"
}

 

Row 2.jpg

 

If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?

BTW, pbix as attached.

 

Best regards,

 

Community Support Team _ zhenbw

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

2 REPLIES 2
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can use the following steps to meet your requirement.

 

1. If "Data Analytics & Artificial Intelligence DAAI" doesn’t belong to [BU], we can use this measure.

 

[BU] = "Brand Marketing & Customer Experience BMCX" && [new column] = "Data Analytics & Artificial Intelligence DAAI"

 

Row 1.jpg

 

2. If "Data Analytics & Artificial Intelligence DAAI" belongs to [BU], we can use this measure.

 

[BU 2] in 
{"Brand Marketing & Customer Experience BMCX",
"Data Analytics & Artificial Intelligence DAAI"
}

 

Row 2.jpg

 

If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?

BTW, pbix as attached.

 

Best regards,

 

Community Support Team _ zhenbw

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.