Forum Discussion
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
- lbendlin
Super User
are you trying to measure rendering performance?
- abpgupta
Continued Contributor
Yes, I want to see which component in report is taking longer time to render and what's query time to data source.
- lbendlin
Super User
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
Continued 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.