Hi,
I'm extracting PBI logs using standard API. When it comes to operations like "ConnectFromExternalApplication" there are no information regarding the object that has been used (in particular the dataset name). The only significant information available from API are the user and the timestamp (like below).
{
"Id": "vvvvvvvv",
"RecordType": 20,
"CreationTime": "2024-11-sssssss",
"Operation": "ConnectFromExternalApplication",
"OrganizationId": "eeeeeeeee",
"UserType": 0,
"UserKey": "rrrrrrrrr",
"Workload": "PowerBI",
"UserId": "xxxxxxxxx",
"Activity": "ConnectFromExternalApplication",
"RefreshEnforcementPolicy": 0
Is anyone aware on how to get more information? Using dataset (or excel) to access Power BI data this is becoming more and more important for better understanding who is using what.
thank you for your suggestions.
Michele