Forum Discussion
CyberiX
8 years agoFrequent Visitor
Limit system users to see only their content in PowerBI embedded report
Hello all, I have a question about content filtering. So, I have users in my system (each User record has uuid, unique email and other non-unique fields like user name etc). I have different content...
- 8 years ago
Hi, I have App-own-data.
I solved this question in this way - due to that fact that I have relations between user records and their data I simply apply basic filter from application when report finishes initialization.
v-jiascu-msft
Microsoft Employee
8 years agoHi CyberiX,
How did you embed your contents? The App-own-data or User-own-date? The RLS will be applied in different ways for different scenarios. Please refer to developer/embedded-row-level-security and service-admin-rls.
Best Regards,
Dale
CyberiX
8 years agoFrequent Visitor
Hi, I have App-own-data.
I solved this question in this way - due to that fact that I have relations between user records and their data I simply apply basic filter from application when report finishes initialization.