Forum Discussion
Report audit log
- Anonymous6 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.
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
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.
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