Forum Discussion
Power BI Embedded with validation
- 9 years ago
mayurkotlikar What you need is Row Level Security (RLS) implemented on your pbix file. Check out this blog post that goes through on how to implement RLS for power bi embedded.
mayurkotlikar What you need is Row Level Security (RLS) implemented on your pbix file. Check out this blog post that goes through on how to implement RLS for power bi embedded.
- mayurkotlikar9 years agoFrequent Visitor
Thanks for the link, I will try. We dont have Roles but I can fake one.
The part that I have not understood is the "app token". I am not sure how I can pass on the token with username: and role:.
Do you know how can I send it?
For embedded I just use the url which I get from the Report object.
- mayurkotlikar9 years agoFrequent Visitor
I tried the example from the link and it does not work for me.
The report is always rendered with all the records. I used PowerBIToken.CreateReportEmbedToken to pass on the user name as parameter and followed each step.