0
0
Power BIbi_tool~10 mins

Power BI installation and setup - 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 Power BI Desktop installation process.

Power BI
Start the installer by double-clicking the [1] file.
Drag options to blanks, or click blank then click option'
Asetup.exe
Bdocument.txt
Cimage.png
Dnotes.docx
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to open a document or image file instead of the installer.
Looking for a file with the wrong extension.
2fill in blank
medium

Complete the step to accept the license terms during installation.

Power BI
To continue, check the box labeled '[1]' and click Next.
Drag options to blanks, or click blank then click option'
AI do not accept the terms
BI accept the terms
CI have read the terms
DI decline the terms
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting the option that declines or does not accept the terms.
Not checking any box and trying to proceed.
3fill in blank
hard

Fix the error in the command to launch Power BI Desktop from the command line.

Power BI
Run the command: [1] "C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"
Drag options to blanks, or click blank then click option'
Aopen
Bexecute
Claunch
Dstart
Attempts:
3 left
💡 Hint
Common Mistakes
Using commands like 'open' or 'launch' which are not recognized in Windows CMD.
Typing the executable path without a command.
4fill in blank
hard

Fill both blanks to correctly set up Power BI Desktop to update automatically.

Power BI
In Power BI Desktop, go to [1] > [2] to enable automatic updates.
Drag options to blanks, or click blank then click option'
AFile
BOptions and settings
CHome
DView
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing menus that do not contain settings like 'Home' or 'View'.
Confusing the order of menus.
5fill in blank
hard

Fill all three blanks to write a PowerShell command that installs Power BI Desktop silently.

Power BI
Start-Process -FilePath [1] -ArgumentList [2], [3] -Wait
Drag options to blanks, or click blank then click option'
A"C:\Downloads\PBIDesktopSetup.exe"
B"/quiet"
C"/norestart"
D"/silent"
Attempts:
3 left
💡 Hint
Common Mistakes
Using incorrect argument names or missing quotes.
Forgetting to include the full path to the installer.