Forum Discussion
Adding Custom Visual in Visualization section of .PBIX however not using it anywhere in Report will
Adding Custom Visual in Visualization section of .PBIX however not using it anywhere in Report will impact Report performance?
Adding a custom visual will make your pbix file larger so it will have some impact on load times. But if you are not using this visual none of the code should be executing so the time difference should not be significant. This easiest way to confirm this would be to create a second copy of your report and remove this custom visual and see if the load time changes significantly
1 Reply
- d_gosbellSuper User
Adding a custom visual will make your pbix file larger so it will have some impact on load times. But if you are not using this visual none of the code should be executing so the time difference should not be significant. This easiest way to confirm this would be to create a second copy of your report and remove this custom visual and see if the load time changes significantly