下载介质
PowerBI官网下载地址(下载PBIdesktop、PBIreportserver、网关):
https://powerbi.microsoft.com/zh-cn/downloads/
https://powerbi.microsoft.com/zh-cn/report-server/
此外还需要安装webview2,官网下载地址:
https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/
.NET 4.8可以自行手动安装。
安装报表服务器
参考官网指导手册:
https://learn.microsoft.com/zh-cn/power-bi/report-server/install-report-server#download-power-bi-report-server
首先安装SQLServer和SSMS,此处不赘述。
然后服务端安装.NET 4.8,
![](https://img.haomeiwen.com/i17103210/6be453d9319f3fc5.png)
然后安装Power BI Report Server:
运行安装程序即可,授权需要购买(部分功能应该是需要pro许可)
![](https://img.haomeiwen.com/i17103210/1085df026756be9c.png)
安装完成后进入配置界面:
![](https://img.haomeiwen.com/i17103210/75ed32a4364a93b3.png)
![](https://img.haomeiwen.com/i17103210/e39987c35305244a.png)
![](https://img.haomeiwen.com/i17103210/c839016c2559615d.png)
![](https://img.haomeiwen.com/i17103210/0ec980c3a2bd288d.png)
![](https://img.haomeiwen.com/i17103210/9d6c9283a8d0e359.png)
![](https://img.haomeiwen.com/i17103210/54501a7944ad17f2.png)
![](https://img.haomeiwen.com/i17103210/3a86530763d3cd67.png)
![](https://img.haomeiwen.com/i17103210/e13d72effce2537c.png)
![](https://img.haomeiwen.com/i17103210/22c7105df1c2105a.png)
![](https://img.haomeiwen.com/i17103210/213eed7a280d6fa2.png)
![](https://img.haomeiwen.com/i17103210/6e2cce3ef24bce2e.png)
检查服务是否正常:
![](https://img.haomeiwen.com/i17103210/9c6d87ec55886c97.png)
![](https://img.haomeiwen.com/i17103210/83dc309444f7a6f2.png)
![](https://img.haomeiwen.com/i17103210/294eaf3295eed019.png)
安装客户端
先安装网关:
![](https://img.haomeiwen.com/i17103210/cb800857a95e9ccc.png)
客户端安装webview2:
![](https://img.haomeiwen.com/i17103210/b97399a7f984e8a2.png)
安装desktop:
![](https://img.haomeiwen.com/i17103210/1356e292c78821ed.png)
![](https://img.haomeiwen.com/i17103210/49a2a16bfac45c0d.png)
![](https://img.haomeiwen.com/i17103210/ba9b3a6676c3d932.png)
![](https://img.haomeiwen.com/i17103210/538afa68c4b54bad.png)
配环境变量:
![](https://img.haomeiwen.com/i17103210/c8f421f7a21523ac.png)
配凭据:
![](https://img.haomeiwen.com/i17103210/991514bb58871d26.png)
![](https://img.haomeiwen.com/i17103210/fe54b2c71cdc9b6d.png)
后续通过网页页面可以进行数据源配置、文件夹等功能;
上传的文件经查看不在服务器上,是否在数据库中有待验证;
数据库一些重要的表:
[ReportServer].[dbo].[SecData]
[ReportServer].[dbo].[Catalog]
[ReportServer].[dbo].[CatalogItemExtendedContent]
[ReportServer].[dbo].[ConfigurationInfo]
...
连接其他种类数据库需要在客户端安装相应的驱动
如连接mysql需要安装MySQL Connector/NET
官方参考:
https://learn.microsoft.com/zh-cn/power-bi/fundamentals/desktop-what-is-desktop
https://learn.microsoft.com/zh-cn/power-bi/report-server/install-report-server#download-power-bi-report-server
https://learn.microsoft.com/zh-cn/power-bi/report-server/install-powerbi-desktop
https://learn.microsoft.com/zh-cn/power-bi/report-server/system-requirements#power-bi-reports-and-analysis-services-live-connections
https://learn.microsoft.com/zh-cn/sql/reporting-services/install-windows/configure-a-report-server-database-connection-ssrs-configuration-manager?view=sql-server-ver16
网友评论