embedding power bi report
6 TopicsEmbed authenticate Process with service principal
Hi, I want to embed a report in my Azure web app where users can log in with their ID and see only their own data. Can you tell me what logic I can apply to get specific user data in my embedded report? If I use the service principal method and apply Row-Level Security (RLS), how does Power BI know who the user is logging into my web app, and what parameter do I pass in the RLS report? Do I filter data using GUID?Solved1.1KViews0likes2CommentsMeasures Behaviour in Power Bi Embedded
Hello. I had a problem with the measures I had created when using RLS due to the relationships established between tables. I worked around this issue by resorting to TREATAS and CROSSFILTER NON (instead of USE RELATIONSHIP). This is working in power bi pro. What I'd like to know is if there are any implications to these measures (considering the use of RLS) once I start using power bi embedded, which I've never done before. Thanks in advance.467Views0likes1CommentSharing Power Bi Reports to people without them logging in.
Hi I need help with sharing a Power Bi report externally from my organisation. I want to embed the report on a website and allow people to view it without having to login to a sharepoint site. Any help greatly appreciated.Solved4.9KViews0likes3CommentsFilter 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?2.2KViews0likes4Comments