Forum Discussion
vojtechsima
2 years agoSuper User
Power BI Rest API - Get Activities - View Report - Consumption Method
Hello,
I am using Power BI REST API to get Activities. It's pretty straightforward, so no issue there, however, I am getting weird data directly from the source.
As you can see, I have data group...
- 2 years ago
The high amount of View with Export Report consumption method was caused by EmailSubscription, each subscription and each page created a log.
AmosHersch
2 years agoMicrosoft Employee
I suspect that the "Export Report" consumption method includes all the times the report is being exported (to PPTX/PDF/...) through Power BI portal / REST API / Email Subscriptions / etc.
Moreover the numbers might indicate that if your export includes multiple pages each of them in counted seperately.
Does it make sense?