DEV Community

Odhiambo
Odhiambo

Posted on

How to install Microsoft Power Bi on VirtualBox in Ubuntu

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.
virtual box home dashboard

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.
ISO Image select

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.
Assigning RAM

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.
Windows environment

Install Power BI

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

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

Open the application after installation. Congratulations, you now have Power BI on your Ubuntu system.
open powerbi
Blank power bi

Tips

  1. Always assign sufficient RAM to allow the resources to be well served.
  2. Remember to keep your username and password secure.
  3. Shut down the virtual machine from the Virtualbox window after use. Click on File then Close and select the Power off the machine Power off

Top comments (0)