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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
End goal is to Restrict user to see their report only in web.
I have a report which consist 100s of user and adding new users every week, currently I am creating report for each user manually by putting filtered value in SQL query then publish to web since user don't have power bi license. I tried achieving the same with parameter filter in url but that doesn't work for web published report.
I am looking for a way where I can automate this process because on weekly basis we add some new users, so it is a never-ending process.
Thanks!
Solved! Go to Solution.
Hi @Vishal_PBI,
If you reports are share with 'publish to web' feature, current it not support any security settings and url filters.
There are a couple of things to be aware of when using the query string parameters.
I'd like to suggest to use power bi embedded with dynamic RLS to instead.
Power bi embedded:
Official Documentation – Power BI Embedded
RLS:
Power BI – Dynamic Row Level Security – Tips to get it working!
Regards,
Xiaoxin Sheng
Alguien sabe si ya es posible modificar los filtros de informe desde la url?
Hi @Vishal_PBI,
If you reports are share with 'publish to web' feature, current it not support any security settings and url filters.
There are a couple of things to be aware of when using the query string parameters.
I'd like to suggest to use power bi embedded with dynamic RLS to instead.
Power bi embedded:
Official Documentation – Power BI Embedded
RLS:
Power BI – Dynamic Row Level Security – Tips to get it working!
Regards,
Xiaoxin Sheng
HI Xiaoxin Sheng,
Thanks for your help, I am working on it. hope it works for me.
Thanks!