Forum Discussion
jimmymitra
8 years agoAdvocate I
Embed Power BI report in web application using Power BI Report Server
Can anybody tell me if I use the on-premise power BI report server option , will I be able to to embed reports into my internal web application ?
- 8 years ago
No and Yes, I will explain:
NO: So far, you cannot use the Power BI role feature for implementing a RLS to filter direct query using the report services
...BUT...
YES: if you have implemented the RLS in the data source (ie: using views that filter the data that the user can see), and your data source are these views. Remember to keep Windows integrated security on the data sources - you may have to configure kerberos delegation if the database is not on the same server as the report server - but this is expected.
(I hope you got it and set this as the answer - because it took me some time testing...heheh)
Jon-Heide
8 years agoMicrosoft Employee
Yes, using an IFrame and setting "?rsembed=true" appended to end of URL.
gemidriver
8 years agoHelper II
got it working in our environment
append
?rs:embed=true
BOOM!
- muchinski8 years agoResolver III suggest that you create another topic and add more details about how your application authentication works. Does it uses integrated windows authentication?