Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a report in which i have created a role as "UserEmail = userprincipalname()" and added a security group in which there are multiple users so any user logged in will see only his data.
Now there is another admin group which can see all data so how can I create the role in same report so that users from one group can see only info related to them and other groups(admin) user can see all info on the report.
Currently whenever a user who have not added to any role logged into power bi service(Already have access to the report) then the report appeared as below.Why the user not able to see the visuals?
When I click on 'See details'
Thanks,
Jat
Solved! Go to Solution.
@jatneerjat,
You can create a new role using DAX:1=1 in Power BI Desktop.
Regards,
Lydia
@jatneerjat,
When you configure RLS in your dataset, the users should be added as role members in Power BI Service, otherwise, they are unable to view reports. This is by design.
Regards,
Lydia
Hi @Anonymous,
So how to create a role so that if i added a group in to this role then everyone from the group can see all the data in reports.
I tried creating [ID] <> "" but it doesnt work.
Thanks
@jatneerjat,
You can create a new role using DAX:1=1 in Power BI Desktop.
Regards,
Lydia
@Anonymous hi. can you elaborate a bit on the Dax 1=1?
Thank you @Anonymous.It works.