Install and configure Power BI Report Server and Power BI Desktop

By:   |   Comments (4)   |   Related: > Power BI


Problem

Microsoft recently announced the availability of Power BI Premium. The Power BI Report Server is part of the Power BI Premium offering which enables building distributed hybrid BI systems that include cloud and on-premises mixed deployment. With the ability to pin visuals from reports on Power BI Report Server into the Power BI cloud service, you can now create dashboards that span both cloud and on-premises reports. With Power BI Report Server, we have full flexibility to decide what portions of the data and reports we want to keep on-premises and what portions should reside in the cloud. This allows an organization to keep sensitive data and reports fully behind a corporate firewall, creating a hybrid deployment mixing cloud and on-premises. In this tip we will learn how to install and configure Power BI Report Server on premises as well as Power BI Desktop.

Solution

As a first step towards installing and configuring Power BI Report Server, first we need to download it. You need not have a license and there is a free trial available here.

After installing the setup, start the setup and you should be presented with a screen as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Click on the Install Power BI Report Server button which should take you to the next screen as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

If you already have the Power BI Premium license, then you can enter the license. If not, you can just select the evaluation as shown above. This evaluation will allow you to use the Power BI Report Server for a period of 180 days from the date of installation. Select the appropriate option and click Next.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Read and Accept the license terms and click Next.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Power BI Report Server installation requires a database engine instance to install and create internal databases required for the Power BI Report Server to function. In case if you do not have a database instance, you can choose to install the Database Engine. In my case, I already have the database engine installed, so we will select Install Power BI Report Server only and click Next.

Power BI Report Server Installation - Description: Power BI Report Server Installation

You will be asked to specify an install location. By default, it is installed in the Microsoft Power BI Report Server directory. Finalize the installation directory and click Install.

Power BI Report Server Installation - Description: Power BI Report Server Installation

After the setup installation is complete, you will find a screen as shown above with a confirmation of setup completion. Now you will be prompted to configure the report server. Click on Configure report server button, which would open up a screen as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

This dialog box prompts to connect to the report server. By default, the Power BI Report Server instance would be named as its abbreviation – PBIRS. Click on the Connect button to connect to the same.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Once you are connected, you should be able to find the edition of the Power BI Report Server as shown above. We are now connected to Power BI Report Server, but it is not yet configured. The configuration process is exactly the same as that of SSRS Server. As the first step of configuration, we need to configure the web service URL as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

After the URL is configured, the next step is to configure the database connectivity, so that internal databases of Power BI Report server can be installed as well as configured.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Select the new report server database option as shown above and proceed to the next step.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Provide the credentials to connect to the database server as shown above.

Power BI Report Server Installation - Description: Power BI Report Server Installation

In order to avoid confusion whether it is a SSRS Server or Power BI Report Server, I am assigning the database name as PowerBIRS instead of Report Server.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Provide the appropriate service credentials for the report server service to connect to internal databases.

Power BI Report Server Installation - Description: Power BI Report Server Installation

You should be able to find a summary as shown above. Once the databases are installed and configured, you should be able to find a confirmation screen as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Now the final step in configuration is setting up the web portal URL. Just click on Apply and it will setup the web portal as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Open the Power BI Report Server web portal, using the URL that you set it the above screen. You should be able to find the Power BI Report Server portal as shown below with the Power BI Logo on the top left. Now it’s time to create a Power BI Report, but for this you need to have Power BI Desktop installed on your development machine, in case you do not have a Power BI subscription on Azure. Just click on New Power BI Report from the portal and it will prompt you with a message to install the Power BI Desktop as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Click on the Get Power BI Desktop and it should take you to the download URL where you can download an appropriate installation setup.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Select the appropriate version of the setup based on the whether you are using a 32-bit or 64-bit machine / OS and download. Once downloaded, execute the setup and you should be able to see a screen as shown below. This Power BI Desktop for June 2017 is optimized for use with Power BI Report Server. You can read about this in the welcome screen of the setup.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Click Next on the welcome screen and you will be presented with License Terms as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Read and accept the license terms and click Next.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Select the installation location as shown above and click Next. By default, the setup is installed in Microsoft Power BI Desktop RS directory.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Now we are at the final page of the wizard to start the installation. Click on Install and this will install the Power BI Desktop on your machine. Once the installation is complete, you should be able to find a confirmation screen as shown below.

Power BI Report Server Installation - Description: Power BI Report Server Installation

Click on the Finish button and this will open the Power BI Desktop to author Power BI Reports, which can be hosted on the Power BI Report Server on-premises as well as on Azure.

Next Steps
  • Try creating hybrid dashboards which contain data and/or reports from Power BI on Azure as well as Power BI Report Server on-premises to evaluate the transition strategy of migrating on-premises reports to Azure.
  • Check out the PowerBI tips.
  • Check out the Reporting Services tutorial.

Learn more about Power BI in this 3 hour training course.


Click here to start the Power BI course






sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Siddharth Mehta Siddharth Mehta is an Associate Manager with Accenture in the Avanade Division focusing on Business Intelligence.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article




Friday, January 15, 2021 - 4:57:27 PM - kiru Back To Top (88052)
Hi
I would like to move the two Power BI reportserver and ReportServer_BITempDB databases from the current SQL host to another. Is there a step by step procedure that i can follow? Or is it just reconfigure the report configuration manager to the new SQL host?

Tuesday, January 9, 2018 - 10:24:29 PM - Thomas Spicer Back To Top (74931)

 Thanks, this was a very helpful article and will be sharing it with customers! For anyone needing to build a business case for PowerBI internally, take a look at our 10 points checklist:

https://blog.openbridge.com/is-microsoft-power-bi-right-for-you-10-point-checklist-to-make-the-right-decision-c99eb9673405

 


Friday, August 11, 2017 - 9:50:07 AM - Vivek Back To Top (64590)

Can an existing SSRS instance be upgraded (overwritten) to PowerBI Report Server so that the webservice and webportal URLs, database and everything remains the same with just additional capability to support Power Bi Reports. 

 


Friday, July 28, 2017 - 5:14:28 PM - Moore Back To Top (63515)

Can this use shared SQL Server data sources from SSRS or will it only point to SSAS sources?















get free sql tips
agree to terms