Which tool in Power BI Desktop shows how long each visual takes to render and query?
- A Performance Analyzer
- B Query Editor
- C Model view
- D Sync slicers
Answer
Performance Analyzer
It separates DAX query time from visual display time, which immediately tells you whether the problem is the model, the DAX or the layout.





