0
0
Power BIbi_tool~10 mins

Performance Analyzer in Power BI - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to start the Performance Analyzer in Power BI Desktop.

Power BI
Go to the View tab and click on [1] to open the Performance Analyzer pane.
Drag options to blanks, or click blank then click option'
AData view
BFilters
CBookmarks
DPerformance Analyzer
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Data view' instead of 'Performance Analyzer'.
Selecting 'Bookmarks' which is unrelated to performance.
2fill in blank
medium

Complete the code to record the performance of visuals in Power BI.

Power BI
In the Performance Analyzer pane, click on [1] to start capturing the performance data.
Drag options to blanks, or click blank then click option'
AExport
BClear All
CStart Recording
DRefresh
Attempts:
3 left
💡 Hint
Common Mistakes
Clicking 'Clear All' which deletes previous data.
Clicking 'Export' before recording any data.
3fill in blank
hard

Fix the error in the description of Performance Analyzer's output.

Power BI
Performance Analyzer shows the [1] time for each visual, including DAX query, visual display, and [2] time.
Drag options to blanks, or click blank then click option'
Aload
Brefresh
Crender
Dexport
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'load' or 'refresh' which are not specific to visual drawing.
Using 'export' which is unrelated.
4fill in blank
hard

Fill both blanks to export the performance data as a JSON file.

Power BI
After recording, click on [1] and then select [2] to save the data.
Drag options to blanks, or click blank then click option'
AExport
BClear All
CExport as JSON
DStart Recording
Attempts:
3 left
💡 Hint
Common Mistakes
Clicking 'Clear All' which deletes data instead of exporting.
Selecting 'Start Recording' which begins new capture.
5fill in blank
hard

Fill all three blanks to analyze a slow visual's performance using Performance Analyzer.

Power BI
First, [1] recording, then [2] the slow visual, and finally [3] the results in the pane.
Drag options to blanks, or click blank then click option'
Astart
Brefresh
Creview
Dstop
Attempts:
3 left
💡 Hint
Common Mistakes
Stopping recording before refreshing the visual.
Not refreshing the visual to capture performance.