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
nalin_d
Frequent Visitor

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 @nalin_d ,

 

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 @nalin_d ,

 

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
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.