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 everyone,
I would like to embed my report in a private webpage but depending on the username (id of the client connected) so that my clients can only see their datas and not others client's data. At the moment my report has a dropdown list with everyclient in my database and I would like to know if it possible to only display values that match my client name/id
Thanks,
Quentin
Solved! Go to Solution.
@quentin_vigne,
Do you use "Publish to web" to generate embed code of the report? If so, it doesn't support RLS. You can use Power BI embed instead and define RLS.
https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security
Regards,
Lydia
You can define Row level security in your report.
https://docs.microsoft.com/en-us/power-bi/service-admin-rls
Regards,
Lydia
@Anonymous
So Instead of having a dropdown list of my clients I can create a client RLS where I type something like MyTable.IdClient = ["Id of connection on my website"] and It will only display values related to my IdClient, is that right ?
Quentin
EDIT : It says :
So embedding my report on a website and trying to make my idclient match will probably not work ?
@quentin_vigne,
Do you use "Publish to web" to generate embed code of the report? If so, it doesn't support RLS. You can use Power BI embed instead and define RLS.
https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security
Regards,
Lydia
That's what I was looking for, thanks
Quentin
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.