Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have a report when I aply row security level.
In this report when i change the user, show me the image url correspondig at the person.
But when i don´t choose any person, none rule aply, show me the image at one person. Why this is happen?
I don´t want to see the image, only if i select the person in the view rule selection.
Solved! Go to Solution.
Hi @ruinaldo ,
Thanks @amitchandak for the quick reply.
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) From the Modeling tab, select Manage Roles.
(3) From the Modeling tab, select View as.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ruinaldo ,
Thanks @amitchandak for the quick reply.
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) From the Modeling tab, select Manage Roles.
(3) From the Modeling tab, select View as.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@ruinaldo , Create a measure for the URL, Mark that Image URL, and then use that
URL = Maxx(filter(Table, Table[User Email] = userprincipalname() ), Table[URL])
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 26 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 57 | |
| 45 | |
| 38 | |
| 25 | |
| 21 |