Forum Discussion

abpgupta's avatar
abpgupta
Icon for Continued Contributor rankContinued Contributor
5 years ago

Paginated Report: Capture run time for each table

Hi All,

 

Is there any way to capture run time for each table including Parameter Panel used in a Paginated report?

 

Thanks for inputs!

 

4 Replies

    • abpgupta's avatar
      abpgupta
      Icon for Continued Contributor rankContinued Contributor

      Yes, I want to see which component in report  is taking longer time to render and what's query time to data source. 

       

  • I don't think anything exists for that.  What you can do is emulate your reports in Power BI Desktop and use the performance analyzer there, or DAX Studio.

    • abpgupta's avatar
      abpgupta
      Icon for Continued Contributor rankContinued Contributor

      I already have PBIX report and using it as source for Paginated report for formatted outputs for multiple pages. However, run time for Paginated report is much higher compared to PBIX so want to know which part is causing issue. 
      As per my understanding, PBIX is 64 Bit whereas Paginated reports are 32 bit so there will be different in performance between two.