How to Install Power BI Report Server

by | Apr 10, 2019 | ConfigMgr, How-To, SQL Server Reporting Services

Last updated on September 28th, 2022 at 09:34 am

Recently I was asked about Power BI Report Server and Enhansoft’s new Power BI reports. I didn’t see any reason why our new reports wouldn’t work with Power BI Report Server (PBRS). However, in order to confirm my prediction, I installed Power BI Report Server in my lab.

Given that Power BI Report Server is a pseudo-replacement for SQL Server Reporting Services (SSRS), the installation process for PBRS was, in fact, similar to the one for SSRS 2017. In case you weren’t aware, the installation process for SSRS 2017 is a bit different than it was in previous versions of SSRS. One of the main differences is that the setup is now external to the SQL Server ISO.

This post shows you, step-by-step, how I installed and configured Power BI Report Server in my System Center Configuration Manager (SCCM) current branch lab. In future blog posts, I hope to show you how to install a SCCM reporting services point onto a Power BI Report Server and how Enhansoft’s SSRS and Power BI reports work with PBRS.

Background

As you probably already know, Enhansoft, where I’m the Chief Architect, specializes in using SCCM to collect extra inventory details about computer warranties, computer monitors, local administrator group names, etc. Once these details are all inventoried and returned to SCCM, our customers need to see them in easy-to-read reports.

Even though our products provide customers with almost two hundred SSRS reports, I keep hearing requests for more Power BI reports, so guess what? Enhansoft now offers Power BI reports and we are creating new ones every week!

Licensing

Let’s get the licensing question out of the way first. Yes, there is a license cost for Power BI Report Server, so please see the official Power BI docs site for more information. No, the Power BI Report Server license is NOT included with SCCM SQL Server licenses (at least not yet). If you would like to obtain more details about what SQL Server licenses you get from SCCM, please see the official docs site.

Virtual Machine Details

I know people will ask, so below are the details about the VM I am using in my lab.

  • C: 127 GB VHD – OS only.
  • E: 127 GB VHD – SQL Server/SSRS/databases/etc.
  • 2 Virtual CPUs.
  • Enabled Dynamic Memory is set to allow for a maximum memory of 512MB to 8GB.
  • Windows 2016 Datacenter is installed.

Why didn’t I split-up the databases from the SQL Server itself or from the temp databases? The simple answer is: I know this server will never get overloaded. All of the VHDs sit on the same RAID 10 disk, so they all share the same disk I/O. By the way, from a performance standpoint, you gain very little by adding extra VHDs to split-up the virtual disk I/O as it is limited by the physical disk I/O. IMO – adding an extra VHD wastes a TON of extra physical hard drive space, especially if the VHDs have a fixed size.

Prerequisites

The following items are required before starting the installation process:

-SQL Server 2017 is installed. You can see my post, How to Install SQL Server 2017, for detailed step-by-step instructions.

-The project key information used to install SQL Server 2017 is handy.

-The Power BI Report Server setup is downloaded.

Install Power BI Report Server

Power BI Report Server - MSI

To start the setup, double-click on the PowerBIReportServer.msi.

Power BI Report Server - Install

Click on Install Power BI Report Server.

Power BI Report Server - Product Key

Select Enter the product key and then complete the field. Click Next.

Power BI Report Server - License Terms

Select, I accept the license terms, and then click Next.

Power BI Report Server - Install Database Engine

Click Next.

Power BI Report Server - Location

Change the install directory to E:\… and then click Install.

Power BI Report Server - Setup Completed

At this point you have two options: Restart or Configure report server. Keep in mind that both are required in order to complete the installation process. I decided to Restart the server first before I configured it. I did this in order to ensure that PBRS was completely installed before I tried to configure it.

Click on the Restart button.

Configuration Power BI Report Server

Power BI Report Server - Folders

Once the server is restarted, logon and locate the Microsoft Power BI Report Server folder and then click on the Reporting Services Configuration Manager link. As I mentioned in the intro, the process of setting-up PBRS is almost identical to setting-up SSRS 2017.

Power BI Report Server - UAC Prompt

Click Yes on the User Account Control (UAC) prompt.

Power BI Report Server - Report Server Connection

Click Connect.

Power BI Report Server - Web Service URL Node

On the Web Service URL node, accept the Virtual Directory defaults and click Apply. Wait for the Virtual Directory setup to complete before clicking on the Database node.

Setup Database

Power BI Report Server - Database Node

Click Change Database.

Power BI Report Server - Change Database - Action

Accept the defaults and click on the Next button.

Power BI Report Server - Change Database - Test Connection

Click Test Connection.

Test Connection Succeeded

Click OK.

Power BI Report Server - Change Database - Database Server

Now, Click Next.

Change Database - Database

Click Next.

Credentials node

Power BI Report Server - Change Database - Credentials

Again, Click Next.

Change Database - Summary

Click Next.

Change Database - Progress and Finish

Click Finish.

Database Node - Results

Upon returning to the main screen, wait until the message, The task completed successfully, appears in the Results pane. Next, click on the Web Portal URL node.

Web Portal URL Node

Accept the Web Portal URL defaults and click Apply. Wait until the message, The task completed successfully, appears in the Results pane.

At this point everything is setup for Power BI Report Server. However, if you want to use email subscription, then you need to complete the E-mail Settings section. I highly recommend that you use this feature, but also keep in mind that you can change it at a later date by re-running this configuration and only updating the E-mail Settings node. Check out my post, How to Subscribe to SCCM Reports Using Office 365, for step-by-step instructions. In that post I’m using SQL Server 2016, but the steps are the same for SQL Server 2017.

Finally, click on the Exit button in order to close the Report Server Configuration Manager window.

Power BI Report Server - Site

The last thing you need to do is to confirm that PBRS is working correctly. You can do this by testing the URL (https://<servername>/reports). The above screenshot shows you what a perfect PBRS site would look like. Isn’t it very similar to the SSRS interface?

With Power BI Report Server successfully installed, I can now start testing Enhansoft’s Power BI reports in SCCM current branch.

If you have any questions about how to install PBRS, please feel free to contact me at @GarthMJ.