Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Good morning everyone,
I am working on embedding and filtering Power BI report hosted from Power BI Report Server. I have successfully been able to embed Power BI report from web application using:
<iframe src="http://PowerBIReportServer?rs:embed=true"></iframe>
Along with this I also wanted to show report data based on the user has logged in, which I have been able to achieve using:
<iframe src="http://PowerBIReportServer?rs:embed=true&filter=TableName/ColumnName eq 'Value'"></iframe>
But using this method one user is able to see data of other user by editing the data in the browser. Is there any secure way of doing the filtering for Power BI reports hosted on Power BI report server?
We create our own authentication provider on top of PBI RS. We don't use the out of the box AD provider. Also, is the pbix using a direct connection or an import model? You can use RLS with both implementations.
Yes... using Row level security. This works on power bi report server. Just make sure your server is a version beyond May 2020 to be safe.
Row-level security (RLS) with Power BI - Power BI | Microsoft Docs
regards,
Luis H
Thank you for your quick response and help. With row level security we need to always add members and we have 100+ customers and with every new customer we will have to manage addition or deletion of members. Is there a workaround for this?
Hi @rashig ,
You can apply ad group to the rls role. Please refer to https://www.fourmoo.com/2018/02/20/dynamic-row-level-security-is-easy-with-active-directory-security...
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |