Forum Discussion

giorgiokatr's avatar
giorgiokatr
Helper V
6 years ago
Solved

Report audit log

Hello everyone. We have a report where user can select customer codes and see specific customer insights. Our company needs to know which user saw which customers. Is there any way to log this? For e...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi giorgiokatr ,

    You can check the official document to know which type of activity logs will be recorded by 'audit log' feature: (As ibarrau said, current it does not support to check user view whose contents)

    Use auditing within your organization#activities audited by power-bi 

    In my opinion, I'd like to suggest you extract user id and correspond dataset id from audit log, then you can use these parameters to invoke REST API to find out dataset id and its owner.

    Reports - Get Report 

    Datasets - Get Dataset 
    After these steps, you can use extracted information and REST API result to build report to analytic user operation history.

    Regards,

    Xiaoxin Sheng