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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a table of different categories like A,B,C,D where I want to show only A categories to Y and Z people, B to X and Y & C to X and Y.So, I have used RLS for this. It is working perfect. But If I want to show Category D only to the person W then remaining values will become blanks in the visuals for the person D.
Is there anyway to avoid those blanks ?
Any help would be grateful.
Thanks,
Kamal
Hi @kamalbandam,
If you mean the visual that display records has been filtered by RLS filter and show the blank contains, it is impossible to avoid these blank. (power bi does not contain any feature to do modify on visuals visible property)
Perhaps you can add some dummy data or notice data to your tables and add a condition in your RLS filter to show them if they are no records match with the current user role.
Regards,
Xiaoxin Sheng
@kamalbandam , something like this
if(USERPRINCIPALNAME() ="XYZ",[measure1],[measure2])
or
if(USERPRINCIPALNAME() ="XYZ",[measure1],blank())
or refer
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 |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 102 | |
| 39 | |
| 29 | |
| 29 |