Power BI Course
Installing Power BI Desktop
Power BI Desktop is free to download and install, but knowing exactly where to get it, what to check before you install, and how to set it up correctly the first time will save you from the most common problems beginners run into before they even open their first report.
System Requirements
Before you download anything, check that your machine meets the minimum requirements. Power BI Desktop is a Windows-only application. There is no native macOS version — Mac users need to run it inside a Windows virtual machine.
| Requirement | Minimum | Recommended |
|---|---|---|
| Operating System | Windows 8.1 / Server 2012 R2 | Windows 10 or Windows 11 (64-bit) |
| RAM | 2 GB | 8 GB or more |
| Processor | 1 GHz (x86 or x64) | Quad-core 64-bit processor |
| Disk Space | 1.5 GB available | SSD with 5 GB+ free |
| Display | 1024 × 768 resolution | 1920 × 1080 or higher |
| .NET Framework | 4.6.2 or later | Latest version (auto-installed) |
Teacher's Note: The minimum RAM listed is technically correct but practically painful. If you are working with any real-world dataset larger than a few thousand rows, 2 GB of RAM will cause Power BI to run slowly or crash. If your machine has 4 GB or less, it is worth closing all other applications while using Power BI Desktop.
Two Ways to Install Power BI Desktop
There are two official ways to install Power BI Desktop. They give you the same application, but they update differently. Knowing the difference matters because it affects how you keep Power BI up to date.
Step-by-Step Installation — Direct Download Method
Here is the exact sequence to install Power BI Desktop using the direct download method. The Microsoft Store method requires fewer steps — just search, click Install, and it is done.
What the Splash Screen Looks Like
The first time you open Power BI Desktop you will see a splash screen before the main interface loads. Here is a mockup of exactly what it shows and what each section does.
Setting Up a Free Power BI Account
To use Power BI Service — even on the free tier — you need a work or school email address. Personal email addresses like gmail.com or outlook.com are not accepted for Power BI Service registration. Here is exactly what to do.
Verifying Your Installation
Once Power BI Desktop is installed, run these quick checks to confirm everything is working correctly before you start Lesson 5.
Keeping Power BI Desktop Up to Date
Microsoft releases a new version of Power BI Desktop every single month — usually in the first week. Each release adds new features, fixes bugs, and sometimes changes how existing features work. Staying current matters because tutorials and course material are written against recent versions.
Common Installation Problems and Fixes
These are the issues beginners most commonly hit during installation and how to fix them.
| Problem | Fix |
|---|---|
| "This app can't run on your PC" | You downloaded the 32-bit version on a 64-bit machine, or vice versa. Re-download and choose the correct architecture. |
| Application crashes on startup | Update your .NET Framework. Go to Microsoft's website and download .NET Framework 4.8. Restart your machine and try again. |
| "Sign up with a work email" error | Power BI Service does not accept Gmail, Outlook.com, or other personal email addresses. You need a work or school email. Students can use their university email address. |
| Microsoft Store is blocked | Common on corporate machines. Use the direct download method from powerbi.microsoft.com instead and ask your IT administrator if you need installation permissions. |
| Screen looks blurry or too small | Right-click the Power BI Desktop shortcut → Properties → Compatibility → Change high DPI settings → tick "Override high DPI scaling behaviour" and set to "Application". |
Recommended First-Time Settings
Before you start building any reports, adjust these settings in Power BI Desktop. They will make your experience significantly smoother throughout the course.
Where to find each setting:
File → Options and Settings → Options
─────────────────────────────────────────────────
GLOBAL SETTINGS (apply to all files)
─────────────────────────────────────────────────
Data Load
✓ Turn OFF "Auto date/time for new files"
Reason: Power BI creates hidden date tables automatically
which bloat your model. You will build your own in Lesson 37.
Query Editor
✓ Turn ON "Display the Query Editor window on load"
Reason: Makes it easier to jump straight into Power Query.
Privacy
✓ Set to "Ignore the Privacy Levels"
Reason: Prevents annoying privacy prompts when combining
data from multiple sources during learning.
─────────────────────────────────────────────────
CURRENT FILE SETTINGS (apply to this file only)
─────────────────────────────────────────────────
Data Load
✓ Turn OFF "Import relationships from data sources on first load"
Reason: Gives you full control over your own relationships.
Report Settings
✓ Turn ON "Keep all filters"
Reason: Slicers and filters persist when switching pages.
Teacher's Note: The Auto date/time setting is the most important one on this list. When it is left on, Power BI silently creates seven hidden calculated tables for every single date column in your model. On a model with five date columns that is 35 extra tables running in the background slowing everything down. Turn it off now before you build a single report.
Practice
Practice 1 of 3
Power BI Desktop is only available natively on the ___ operating system.
Practice 2 of 3
The recommended first-time setting to turn OFF in Power BI Options is Auto ___/___ for new files, to keep your data model clean.
Practice 3 of 3
Power BI Service requires a ___ or school email address to register — personal email addresses like Gmail are not accepted.
Lesson Quiz
Quiz 1 of 3
What is the key advantage of installing Power BI Desktop from the Microsoft Store compared to the direct download method?
Quiz 2 of 3
A student is trying to sign up for Power BI Service using their personal Gmail address and keeps getting an error. What is the correct solution?
Quiz 3 of 3
Why is it recommended to turn off the "Auto date/time" setting in Power BI Options before building any reports?
Next up — Lesson 5 takes you on a full guided tour of the Power BI Desktop interface so you know exactly where everything is and what every panel does before you connect your first dataset.