Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Gianluca88
Resolver I
Resolver I

What needed for using PBI Report Server in production environment

Hi all,

 

just a theoretical question. I 'm wondering about all we need to install and use PBI Report Server on own internal server.

 

At the moment we use in a development enviornment:

a) a licence of SQL Server download by an MSDN subscription

b) PBI Report Server as 'Developer' mode. 

 

The question is: what are the necessary ingredients to move PBI RS from a development environment to production one?

 

thanks,

g

 

 

1 ACCEPTED SOLUTION
josef78
Memorable Member
Memorable Member

You will need licenced for both components:

-Power BI Report Server

-SQL Server DB

 

For Power BI Report Server you will need SQL Server Enterprise Edition with SA licence (minimum for 4 core) or Power BI Premium (minimum is 8core).

For SQL server is enough SQL Server Standard Edition without SA.

 

There more option how to setup enviroment:

-you can install both on single machine (not recommended for production) > you will need only SQL Server EE with SA for number of cores of machine

-you can install on two (or more) machines (recommended)> you will need SQL Server EE with SA (or Power BI Premium) for PBI servers, and SQL Server SE for DB machine.

-you can licence entire physical sever with SQL Server EE with SA, and there run multiple virtual machines, some for SQL Server, a few for Power BI Report Server (and later some with SSAS)
-and so on

View solution in original post

3 REPLIES 3
josef78
Memorable Member
Memorable Member

You will need licenced for both components:

-Power BI Report Server

-SQL Server DB

 

For Power BI Report Server you will need SQL Server Enterprise Edition with SA licence (minimum for 4 core) or Power BI Premium (minimum is 8core).

For SQL server is enough SQL Server Standard Edition without SA.

 

There more option how to setup enviroment:

-you can install both on single machine (not recommended for production) > you will need only SQL Server EE with SA for number of cores of machine

-you can install on two (or more) machines (recommended)> you will need SQL Server EE with SA (or Power BI Premium) for PBI servers, and SQL Server SE for DB machine.

-you can licence entire physical sever with SQL Server EE with SA, and there run multiple virtual machines, some for SQL Server, a few for Power BI Report Server (and later some with SSAS)
-and so on

v-luwang-msft
Community Support
Community Support

Hi @Gianluca88 ,

You may need to GET and PATCH the data sources for a deployed PBIX using the REST API /PowerBIReports({Id})/DataSources

 

There's nothing in the SSRS PowerShell library to support this directly. You would need to create your own function/code.

 

 

refer:

https://community.powerbi.com/t5/Report-Server/Power-Bi-report-deployment-to-Production/m-p/662197 

 

 

Best Regards

Lucien

Hi @v-luwang-msft ,

 

thanks for your answer. Another question regarding on licensing theme.

 

When we will decide to install PBI Report Server for production purpose and using just our internal machines, is it enough to have a licence key only for PBIRS or do we need also a licence key for SQL Server?

 

My question is raised from the fact that installing SQL Server turns out to be a necessary prerequisite before installing PBIRS. 

 

Thanks,

g. 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors