Forum Discussion
oliviernicollet
8 years agoFrequent Visitor
Power BI Report Server with custom security using row level security
Hello,
I tryed the sample custom security https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample. This works fine except the user i get from DAX is NT SERVICE\PowerBiReportServer and not user from database. This make it impossible to use Row Level Security with USERPRINCIPALNAME() or USERNAME().
Is there any solution to get the user of custom security in report?
2 Replies
- AnonymousNot applicable
Hi, I implemented Custom Security with https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample. But once I logged in with admin User, not able to upload any report. It is giving me error mentioned below .
But with windows authentication, i am able to upload report.. Can you please help me resolve this issue