Forum Discussion
kapildua16
10 months agoHelper I
How to Export Power BI Usage Data to Snowflake Daily for Custom Reporting
I want to extract usage metrics (such as report views, user activity, etc.) from my Power BI workspace without using the default Usage Metrics Report'. My goal is to automate the extraction of this d...
- 10 months ago
The api: Get Activity event is your friend for this kind of purpose:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events
You can use ADF or Powershell/Python script to push the data in a table which will use as landing area in Snowflake
- 10 months ago
Is this only for your workspace? The standard approach is to use the tenant audit logs, extracting daily JSON files. This has to be done by a tenant admin account.
lbendlin
10 months agoSuper User
Is this only for your workspace? The standard approach is to use the tenant audit logs, extracting daily JSON files. This has to be done by a tenant admin account.
kapildua16
5 months agoHelper I
hi lbendlin
i don't have admin access so i can't run audit logs