Forum Discussion
Row level security
- 6 years ago
Hi, Anonymous
Could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread.
It will help other community members easily find the solution when they get the similar issue.Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , Anonymous
Please follow these steps:
1.define roles and rules within Power BI Desktop
Create roles ->select the table which you want to apply a DAX rule -> Table filter DAX expression
DM_A :
([Customer Group] = "FF" && [Customer] = "1") ||([Customer Group] = "FF" && [Customer] = "2")DM_B :
([Customer Group] = "FF" && [Customer] = "3") DM_C :
[Customer Group] = "FF" || [Customer Group] = "MC"2.Manage security on your model
add a members to the role by typing in the email address
Here is a sample
Best Regards,
Community Support Team _ Eason