Forum Discussion
Limit system users to see only their content in PowerBI embedded report
- 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.
I think that also possible solution is connect data table to the table with relations between users and data and filter relations table by user uuid.
- v-jiascu-msft8 years ago
Microsoft Employee
Hi 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
- CyberiX8 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.