Forum Discussion
mtc
7 years agoFrequent Visitor
Report Access via Report URL (with URL filtering) slow
I’m accessing a report though a URL you get when you Share. It’s the one that you get from the Shared With Me area. We have hyperlinks from an internal website to filter the report with values that ar...
GilbertQ
Super User
7 years agoHi there
I would suggest that you look at your report performance, taking 1300ms is a long time for a report to run. Typically I would imagine it would be less than 300ms
That is why when you are accessing it via the URL Filter, it will take the initial time that you see in Power BI Desktop, plus additional time to apply the URL filter.
Possibly there could be some improvements made in your data model and measures?
I would suggest that you look at your report performance, taking 1300ms is a long time for a report to run. Typically I would imagine it would be less than 300ms
That is why when you are accessing it via the URL Filter, it will take the initial time that you see in Power BI Desktop, plus additional time to apply the URL filter.
Possibly there could be some improvements made in your data model and measures?
- mtc7 years agoFrequent Visitor
Thank you for your response but if we're talking about the delta between 1300ms and 300ms that's a whole second. I would be totally fine if the page loaded in a second but I'm seeing more in the range of 7 seconds. Even if the Performance Analyzer showed your 300ms number, I'd still be looking at a 6 second run time.
I found this: https://youtu.be/8ASw-J0PuN8?t=360
And this video is more in keeping with the performance I'm seeing. It takes about 6 seconds to just load the page and then AFTER that you start seeing the swirling circles for the visualizations to appear. That's what I'm seeing too. Is this typical performance for this feature?
- GilbertQ7 years ago
Super User
I see what you are saying.
That would be expected, because not only does the browser have to go to the site, it has to then authenticate.
After that it would then find the report, find if there are any URL Filters, if there are any report page filters, apply them all.
Then fire off the queries to the Analysis Services model to get back the query results.
And finally once all the above render the results.
I would think based on all the above, your internet connection, the speed of your PC (For running Power BI in the Web) as well as critically your data model to answer the queries really quickly, it is to be expected.- mtc7 years agoFrequent VisitorWell it goes without saying but that’s disappointing. 7 seconds to run a 1.3 second report is abysmal. That level of performance seems like the feature is just poorly implemented to the point of brokenness.
Is that really the best I can expect here? Is it the same with PowerBI embedded?