Forum Discussion
Anonymous
7 years agoNot applicable
Difference between RequestId and ActivityId
Hi, I'm analyzing logs from Office 365 Audit Log to monitor the usage of PowerBI and I'm finding some data that I don't understand at all. What's the difference betwen RequestId and ActivityId in O...
v-yulgu-msft
7 years agoMicrosoft Employee
Hi Anonymous ,
Per my understanding, ActivityId represents the type of activity a user made on service, the same activity has the same ActivityId. While each time a user makes an activity would send a new request which leads to a new RequestId.
Regards,
Yuliana Gu
Anonymous
7 years agoNot applicable
Hi v-yulgu-msft,
When you say the activity type what do you mean exactly?
I'm exporting 2 types of activity, "ViewsReport" and "ViewDashboard", and I'm obtaining this distribution for the ActivitiesId:
Why in some cases we have the same activityID for multiple actions (ViewReport or ViewDashboard) with different CreationDate and in other cases (1575 cases) I have only one action for activityId?
Thanks