Forum Discussion

rashig's avatar
rashig
Frequent Visitor
5 years ago

Filter Power BI Report embedded in a web application from Power BI Report Server

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?

4 Replies