Forum Discussion
mayurkotlikar
9 years agoFrequent Visitor
Power BI Embedded with validation
Hello, This is my first post. If I have posted at wrong place, please help me post at correct forum. Background: In one Web application of ours, which is authenticated we have links to do...
- 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.
ankitpatira
9 years agoCommunity Champion
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
9 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.