
Answer-first summary for fast verification
Answer: Reduce the number of visuals in Report1.
Performance analyzer shows that the 'Other' category is consuming a substantial amount of time (250 ms). The 'Other' category often indicates waiting time for other visuals to complete. Reducing the number of visuals in Report1 can minimize this waiting time, resulting in a significant reduction in the overall rendering duration. Therefore, option D is the best choice to improve performance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a Microsoft Certified Fabric Analytics Engineer Associate, you are tasked with optimizing a Power BI report called Report1, which leverages a Fabric semantic model. Users have reported slow rendering times for Report1. To diagnose the issue, you use the Performance Analyzer tool and determine that the visual titled "Orders By Date" is the primary culprit for the slowdown. The breakdown of rendering times for "Orders By Date" is as follows:
Which action will provide the greatest reduction in the rendering duration of Report1?
A
Enable automatic page refresh.
B
Optimize the DAX query of Orders By Date by using DAX Studio.
C
Change the visual type of Orders By Date.
D
Reduce the number of visuals in Report1.