Forum Discussion

vojtechsima's avatar
vojtechsima
Super User
2 years ago
Solved

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 grouped by Activity as ViewReport and then I use the consumption method to determine the way they get the report.

 

Most of them again are straightforward, but I see the tremendous view on one particular -> "Export Report".

 



I tried to replicate the consumption method but I have no idea what it means and the numbers are super high. This snapshot is just one report and you can see that the Export Report method has way more views than regular Power BI Web, which is probably the most common, can you explain to me how this Export Report consumption method works?

Thank you very much

  • The high amount of View with Export Report consumption method was caused by EmailSubscription, each subscription and each page created a log.

6 Replies

  • The high amount of View with Export Report consumption method was caused by EmailSubscription, each subscription and each page created a log.

  • AmosHersch's avatar
    AmosHersch
    Microsoft 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?

    • vojtechsima's avatar
      vojtechsima
      Super User

      Hello, AmosHersch ,

      interesting.

      So could you help me understand how these big numbers can be created in single report for single user?

      The report has 9 pages.

       

      Thank you

      • AmosHersch's avatar
        AmosHersch
        Microsoft Employee

        Home many times do you export the report? Which method are you using to export it (web portal / API / email subscription)?

        Can you give me the report ID ? I might be able to check deeper