Forum Discussion

mmossel's avatar
mmossel
Icon for Microsoft Employee rankMicrosoft Employee
5 years ago
Solved

Usage metrics questions

Hi,   I have a few questions about the usage metric report.   1. The unique ViewersCount is aggregated, but is it possible to know the origin of the user, for example by region or country? 2. Th...
  • ibarrau's avatar
    5 years ago

    Hi. About 1 and 2 you can't get that data from those logs. However you can try with more microsfot services like getting data from AD to join it with this one because it shows  the email of the involved users.

    The answer for the 3 i think is no. Check this doc to get an understanding of all the operations you can track:

    https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing#operations-available-in-the-audit-and-activity-logs

    You can't get more than 90 days of logs. The best approach for this one is to generate your own historical data. You can create a script to store the last 90 days in a data lake and then it can run all days filling with yesterday data to keep it up to date.

    Hope that helps.