Forum Discussion

teemutee's avatar
teemutee
Frequent Visitor
8 years ago
Solved

Filtering report based on username viewing it

I need to show personal reports embedded on Sharepoint, depending on user account that is viewing it. I don't mean general access groups (as in RLS), but that for every single user the report if filtered by their user name.

 

For example, userID 12345 has logged on to Sharepoint, and he goes to see report, and the report is automatically filtered by userID = 12345.

2 Replies

  • abhip93's avatar
    abhip93
    Regular Visitor

    Hey,

     

    I am also dealing with similar problem but instead of User account , I am generating a unique ID (for certain selection in UI , Where I have embedded the report)  for every user who are viewing report, In Database Table connected to Power BI I am appending rows to the exisiting table according to selections made in UI through SQL with a unique ID in ID column. Now I want to customize my report based on only those rows which satisfy the selection or the unique ID generated for that instance. 

    Please anyone help me with this.

     

    Thanks and Regards,

    Abhigyan