Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Power BI Admin Get Activity Events

I am trying to match up out from Power BI Admin api  Get Activity and Get Reports. It doesn't look like the App Usage is captured in the activity logs or audit logs.    Is there a way to capture who ...
  • v-henryk-mstf's avatar
    4 years ago

    Hi Anonymous ,

     

    By calling the rest api, using the Admin - Get Activity Events module and setting the date range in the parameters, you are able to return a list of audit activity events for the user at the corresponding time. Refer to an api like the following.

    https://api.powerbi.com/v1.0/myorg/admin/activityevents?startDateTime='2022-01-17T10%3A55%3A00'&endDateTime='2022-01-17T11%3A55%3A00'&filter='UserId'


    There is also a very high quality blog that you can use as a reference. 

    How to view the frequency of user usage for all wo... - Microsoft Power BI Community


    Best Regards,
    Henry


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.