Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |