Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
TLDR; The Audit Events for Scorecard related Activity lack identifying information (e.g. no ScorecardId, no GoalId, etc.)
Further Details Below:
---
Created a scorecard with 1 goal
Now wait 10 minutes or so, then use the REST API to query for the related Audit Events.
There are audit events created for the Scorecard activity, but they lack the details required to correlate them with the corresponding scorecard (e.g. there needs to be fields like ScorecardId or ArttifactId that reference the Scorecard in question... same for Goal). For example:
{ "activityEventEntities": [ { "Id": "ac512f9b-a332-4be5-b177-1e172c0c9f31", "RecordType": 20, "CreationTime": "2023-07-04T13:24:56", "Operation": "GetScorecard", "OrganizationId": "41804690-0cf9-4b43-afc6-67bc92e9e340", "UserType": 0, "UserKey": "10032001A1A63B97", "Workload": "PowerBI", "UserId": "bob@acme.com", "ClientIP": "2600:1700:ee70:f390:29f9:ee7c:bd2b:24f9", "UserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Activity": "GetScorecard", "IsSuccess": true, "RequestId": "a5b94baa-e799-4aa8-b441-5b1735dbd505", "ActivityId": "389a3471-98f8-4b71-9594-ce2d50880cb3" }, { "Id": "a8b27128-6e48-4a82-b199-db94247bbf8d", "RecordType": 20, "CreationTime": "2023-07-04T13:24:55", "Operation": "CreateScorecard", "OrganizationId": "41804690-0cf9-4b43-afc6-67bc92e9e340", "UserType": 0, "UserKey": "10032001A1A63B97", "Workload": "PowerBI", "UserId": "bob@acme.com", "ClientIP": "2600:1700:ee70:f390:29f9:ee7c:bd2b:24f9", "UserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Activity": "CreateScorecard", "IsSuccess": true, "RequestId": "08bfbe66-f7ce-4017-b2ac-b9c17222ea25", "ActivityId": "389a3471-98f8-4b71-9594-ce2d50880cb3" }, { "Id": "f9aaa20c-ced5-42d4-843e-152b30beb02a", "RecordType": 20, "CreationTime": "2023-07-04T13:25:04", "Operation": "CreateGoal", "OrganizationId": "41804690-0cf9-4b43-afc6-67bc92e9e340", "UserType": 0, "UserKey": "10032001A1A63B97", "Workload": "PowerBI", "UserId": "bob@acme.com", "ClientIP": "2600:1700:ee70:f390:29f9:ee7c:bd2b:24f9", "UserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Activity": "CreateGoal", "IsSuccess": true, "RequestId": "c64e903a-db8c-4ff1-854e-403fe3f5de04", "ActivityId": "389a3471-98f8-4b71-9594-ce2d50880cb3" }, { "Id": "95bbb611-c793-456d-a454-dc6e79432376", "RecordType": 20, "CreationTime": "2023-07-04T13:25:15", "Operation": "GetGoal", "OrganizationId": "41804690-0cf9-4b43-afc6-67bc92e9e340", "UserType": 0, "UserKey": "10032001A1A63B97", "Workload": "PowerBI", "UserId": "bob@acme.com", "ClientIP": "2600:1700:ee70:f390:29f9:ee7c:bd2b:24f9", "UserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Activity": "GetGoal", "IsSuccess": true, "RequestId": "112a219c-d1eb-4f01-ac7d-7492c5ee9373", "ActivityId": "389a3471-98f8-4b71-9594-ce2d50880cb3" },
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.