Forum Discussion

CyberiX's avatar
CyberiX
Frequent Visitor
8 years ago
Solved

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 which was created by these users. I'd like to build different reports for them, but they have to see only their records. I saw such thing as RLS, but I don't have roles in my system or I can threat all users as User role. How can I filter content in accordance with their uuids or emails?

  • CyberiX's avatar
    CyberiX
    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.

3 Replies

  • CyberiX's avatar
    CyberiX
    Frequent Visitor

    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.

      • CyberiX's avatar
        CyberiX
        Frequent 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.