Forum Discussion
AI14
3 years agoHelper III
slow report - Splitting report
Hi, i have stumbled accross an issue and i think i might need to split my report instead of having it all in one so it can run smoother, but not sure how. i have about 7 pages in my report, a...
lbendlin
3 years agoSuper User
The number of pages is not really relevant as each page will only be rendered when the user looks at it.
The number of visuals on a page does have an impact - so try to keep that down.
The real impact is coming from your measure calculations. Use Performance Analyzer and DAX Studio to identify the visuals that take the longest to render and then examine their queries to see which measures need to be optimized.