Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello colleagues, I need to show or hide a visual, depending on the user who connects. In this case, as there would only be two users to whom the visual has to appear, I did not want to use RLS because I tried and I could not.
Someone comes up with how to show an object with some type filter:
if (_usu="abcd@outlook", shows object, does not show object) something that I can put to that object and show it only to that user?
I would appreciate any help, because I have been trying for several days before requesting your help.
Thanks and greetings
Solved! Go to Solution.
Hi @Syndicate_Admin ,
Please try:
1. Create a card visual and adjust its size to cover the object (Power Automate button):
2. Apply the measure to the card visual and turn off Category Label:
Measure = ""
3. Create a transparent measure and apply this to the card visual:
Transparent =
IF ( USERNAME()="abcd@outlook", "#FFFFFF00", "White" )
Final output:
Note: This method is not completely secure, so if the content you need to hide contains sensitive data, consider using RLS.
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Syndicate_Admin ,
Please try:
1. Create a card visual and adjust its size to cover the object (Power Automate button):
2. Apply the measure to the card visual and turn off Category Label:
Measure = ""
3. Create a transparent measure and apply this to the card visual:
Transparent =
IF ( USERNAME()="abcd@outlook", "#FFFFFF00", "White" )
Final output:
Note: This method is not completely secure, so if the content you need to hide contains sensitive data, consider using RLS.
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |