Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Team,
I have created one RLS to restrict access for particular users.
But I Need to create one more RLS for full access.
Could you please help me how I can create role in power bi to give full access instead of giving admin access in AD group
Ex: Apart from users who are there in Role 1 rest everyone can see complete report without RLS.
Please help
Solved! Go to Solution.
Hi, @Balhemkan
Giving admin access in AD group means that these users have edit permission for the dataset, so RLS will not apply to them.
If you don't want to assign admin access, you have to create a role with full access to each data table.
For the code of the related Table filter Dax expression, please refer to the following thread:
Configuring “all” access with dynamic row-level security
Best Regards,
Community Support Team _ Eason
Hi, @Balhemkan
Giving admin access in AD group means that these users have edit permission for the dataset, so RLS will not apply to them.
If you don't want to assign admin access, you have to create a role with full access to each data table.
For the code of the related Table filter Dax expression, please refer to the following thread:
Configuring “all” access with dynamic row-level security
Best Regards,
Community Support Team _ Eason
@Balhemkan , We usually create a table where the user and access all rows are there
Assume I want to give brand to user and have data like
abc@abc.com brand1
ced@abc.com all
Then we try convert this data like
abc@abc.com brand1
ced@abc.com brand1
ced@abc.com brand2
ced@abc.com brand3
.....
then we can use
email = userprincipalname()
and make sure we join brand to brand dimension
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |