Forum Discussion

shannonlowder's avatar
shannonlowder
New Member
10 years ago

power bi audit log

Rui Romano has a great tool over at https://ruiromanoblog.wordpress.com/2016/01/08/power-bi-desktop-trace-logs-analyser/ to anlyzing your Power BI Audit logs to try and figure out why your refreshes are slow.  There is only one problem. I can't seem to find any documentation for translating the actions into english, so I can understand what the problem is and how I can work to resolve the problem.

 

Does anyone know where I could find translations for RemoteDocumentEvaluator, SimpleDocumentEvaluator, and RemotePageReader along with their child actions?  I've got a small excel file (<500 rows) being used to filter a small (<2M row) Tabluar Model for a proof of concept. When I change to a SQL table, I get similar results as Excel. It takes about 3.5 minutes to read the data.

 

Only 15 - 20 seconds of that time is reading the Tabular model. When reading a SQL table, that SQL read takes 0.0 seconds. When reading the excel file, that too takes 0.0 seconds.

 

The major waits are:

  • TracingMashupEvaluator/Evaluate 
  • RemoteDocumentEvaluator/Service/OnBeginGetResult, GetResult
  • SimpleDocumentEvaluator/GetResult
  • DocumentEvaluator/GetResult
  • RemotePageReader/RunStub
  • PBI.Dashboard.RootSession

 

5 Replies

  • Vicky_Song's avatar
    Vicky_Song
    Icon for Impactful Individual rankImpactful Individual

    shannonlowder, I'm trying to involve other senior engineers to take a look at the issue you raised. I will post back for any updates.

    • shannonlowder's avatar
      shannonlowder
      New Member

      If the senior engineers have any documents on the audit logs, that would be a great help here.  I'm really looking for a deeper understanding of Power BI Internals and the mashup workers.  If I could understand these action descriptions, I think that would answer why the performance is so bad in this one case.

       

      I have noticed that it appears that for each data pull the mashup appears to process that "file" of data three to five times. That seems odd to me. It could be various steps in compressing that data to package it up into the resulting report file.

       

      Thanks for anything you can share!