Installing Microsoft Power Bi on Ubuntu is a fairly beginner-friendly process. We first start by spinning a virtual machine on our Ubuntu. VirtualBox is chosen for this case for it wide use in the linux community.
Download Virtualbox
Go to the download page of virtualbox linux download page here and download the deb package for your Ubuntu distribution. To know the version of Ubuntu you are running open a terminal and type lsb_release -a to confirm your release candidate.
First ensure to update your package manager by typing sudo apt update on your terminal.
Install the .deb file you have downloaded. To do this, open the .deb download location and install it using sudo dpkg -i your_virtualbox_download.deb eg
sudo dpkg -i virtualbox-7.2_7.2.6-172322~Ubuntu~noble_amd64.deb
Download the Windows .iso image
Next, we need to download an iso image which we will use to run the windows environment on Virtualbox. Go to this link and download an iso image for Windows.
Create a virtual machine
With the Windows .iso image downloaded, launch the Virtualbox app from the app launcher. Click on New from the home dashbord.

Follow the series of prompts filling out the necessary details such as the name of the virtual machine. Select the .iso file you downloaded from the ISO Image dropdown.

Follow the prompts and enter all the necessary details. Remember your username and password as we will need them to log in to our Windows virtual machine. Assign a minimum of 4GB Ram in the Base Memory section. 6GB Ram is assigned here.

Click on Finish and allow it some time to install all the necessary requirements for your Windows environment.
Open the Windows Virtual Machine
After the Windows installation, enter your username and password when prompted. You now have access to the Windows virtual machine.

Install Power BI
Launch the Microsoft Store, search for Power BI and proceed with guided steps on the installation.

Alternatively, launch the Edge browser and search for Power Bi installation.

Open the application after installation. Congratulations, you now have Power BI on your Ubuntu system.


Tips
- Always assign sufficient RAM to allow the resources to be well served.
- Remember to keep your username and password secure.
- Shut down the virtual machine from the Virtualbox window after use. Click on
FilethenCloseand select thePower off the machine
Top comments (0)