Power BI免费版(Free),专业版(Pro)以及增值版(Premium)授权功能对比, Server


Features of Power BI Report Server and the Power BI service
| Features | Power BI Report Server | Power BI Service | Notes |
|---|---|---|---|
| Deployment | On-premises or hosted cloud | Cloud | Power BI Report Server can be deployed in Azure VMs (hosted cloud) if licensed through Power BI Premium |
| Source data | Cloud and/or on-premises | Cloud and/or on-premises | |
| License | Power BI Premium or SQL Server EE with SA | Power BI Pro and/or Power BI Premium | |
| Lifecycle | Modern lifecycle policy | Fully managed service | |
| Release cycle | Once every 4 months | Once a month | Latest features and fixes come to Power BI Service first. Most core functionality comes to Power BI Report Server in the next few releases; some features only meant for the Power BI service. |
| Create Power BI reports in Power BI Desktop | Yes | Yes | |
| Create Power BI reports in the browser | No | Yes | |
| Gateway required | No | Yes for on-premises data sources | |
| Real-time streaming | No | Yes | Real-time streaming in Power BI |
| Dashboards | No | Yes | Dashboards in the Power BI service |
| Distribute group of reports using apps | No | Yes | Create and publish apps with dashboards and reports |
| Content packs | No | Yes | Organizational content packs: Introduction |
| Connect to services like Salesforce | Yes | Yes | Connect to the services you use with content packs in the Power BI service. In Power BI Report Server, use certified connectors to connect to sevices. See Power BI report data sources in Power BI Report Server for details. |
| Q&A | No | Yes | Q&A in the Power BI service and Power BI Desktop |
| Quick insights | No | Yes | Automatically generate data insights with Power BI |
| Analyze in Excel | No | Yes | Analyze in Excel |
| Paginated reports | Yes | Yes | Paginated reports are available in the Power BI service in preview in a Premium capacity |
| Power BI mobile apps | Yes | Yes | Power BI mobile apps overview |
| ARC GIS maps | No | Yes | ArcGIS maps in Power BI service and Power BI Desktop by Esri |
| Email subscriptions for Power BI reports | No | Yes | Subscribe to a report or dashboard in the Power BI service |
| Email subscriptions for paginated reports | Yes | No | E-Mail delivery in Reporting Services |
| Data alerts | No | Yes | Data alerts in the Power BI service |
| Row-level security | Only through data source in DirectQuery mode | Available in both DirectQuery (data source) & Import mode | Row-level security (RLS) with Power BI |
| Full screen mode | No | Yes | Full screen mode in the Power BI service |
| Advanced Office 365 collaboration | No | Yes | Collaborate in an app workspace with Office 365 |
| R visuals | No | Yes | Create R visuals in Power BI Desktop and publish them to the Power BI service. You can't save Power BI reports with R visuals to Power BI Report Server. |
| Preview features | No | Yes | Opt in for Power BI service preview features |
| Custom visuals | Yes | Yes | Custom visuals in Power BI |
| Power BI Desktop | Version optimized for Report Server, available for download with Report Server | Version optimized for Power BI Service, available from the Windows Store | Power BI Desktop for the report server |
Power BI免费版(Free),专业版(Pro)以及增值版(Premium)授权功能对比, Server的更多相关文章
- Power BI本地部署(10月正式版)
Power BI安装环境要求 Windows 7/Windows Server 2008 R2 或更高版本 .NET 4.5 或更高版本 Internet Explorer 9 或更高版本 内存 (R ...
- Power BI for Office 365 概览
伴随着数据量的日益增长,通过自服务式的商业智能把数据转换成辅助决策支持的工具,越来越成为迫切的需求.在以前,处理这些数据往往只是IT人员范围内的事,但是通过Power BI for Office 36 ...
- 【最新】Power BI混合现实应用Mixed Reality app预览版正式发布
1.介绍 2018年3月13日,Power BI在官方博客和Docs文档发布了Power BI for Mixed Reality应用预览版的消息, 也就是可以以后在更虚拟的世界中来观察你的报表,想象 ...
- 2019微软Power BI 每月功能更新系列——Power BI 4月版本功能完整解读
Power BI4月份的更新对整个产品进行了重大更新.此版本增加了基于DAX表达式定义视觉效果标题和按钮URL的功能.本月Power BI也新增了许多新的连接器,现在可以使用几种预览连接器,包括Pow ...
- Power BI Desktop 新年快乐!
新年快乐 2018年是Power BI 多产的一年!更新发布的功能就超过150多个,真是相当的强大! 为了庆祝这一成功的一年,Power BI官方团队制作了一个有趣的视频,展示他们对2018年最喜欢的 ...
- 您应该将报表从Excel转换为Power BI的8个原因
传统上,Microsoft Excel是企业的首选报告工具,但Power BI为企业提供了强大的分析和报告功能.通过快速实验可视化,广泛数据集的统计功能和计算,以及快速重组字段动态获得答案的能力,很明 ...
- 微软Power BI 每月功能更新系列——11月Power BI 新功能学习
Power BI Desktop11月产品功能摘要 本月Power BI Desktop 有一个大规模的更新.现在,通常可以使用复合模型在一个模型中将直接查询和导入源组合在一起.UserVoice上的 ...
- Power BI成功的背后
Power BI成功的背后 魔力象限 又是一年Gartner数据分析与BI魔力象限报告的发布,Power BI毫无悬念的第一,并且拉开与其他产品的差距越来越大.在Power BI dataflows( ...
- Power BI 概念及 国内版Pro 试用账户注册流程
视频内容: Power BI 基本概念:https://v.qq.com/x/page/s3026nn69eu.html Power BI Pro 世纪互联版本试用账号注册:https://v.qq. ...
随机推荐
- 机器学习之支持向量机—SVM原理代码实现
支持向量机—SVM原理代码实现 本文系作者原创,转载请注明出处:https://www.cnblogs.com/further-further-further/p/9596898.html 1. 解决 ...
- Python实现Singleton模式的几种方式
使用python实现设计模式中的单例模式.单例模式是一种比较常用的设计模式,其实现和使用场景判定都是相对容易的.本文将简要介绍一下python中实现单例模式的几种常见方式和原理.一方面可以加深对pyt ...
- Springboot 系列(七)Spring Boot web 开发之异常错误处理机制剖析
前言 相信大家在刚开始体验 Springboot 的时候一定会经常碰到这个页面,也就是访问一个不存在的页面的默认返回页面. 如果是其他客户端请求,如接口测试工具,会默认返回JSON数据. { &quo ...
- LeetCode矩阵题型
以三角形遍历矩阵 ; i < matrix.size(); ++i) { ; j < matrix[i].size(); ++j) swap(matrix[i][j], matrix[j] ...
- C#学习笔记之值类型与引用类型
[TOC] C#学习笔记之值类型与引用类型 1.值类型与引用类型 1.1 深层区别 值类型与引用类型有不同的内存分布,这导致了不同的内存管理机制: 值类型由OS负责内存管理 引用类型由垃圾回收器(GC ...
- python3 爬取boss直聘职业分类数据(未完成)
import reimport urllib.request # 爬取boss直聘职业分类数据def subRule(fileName): result = re.findall(r'<p cl ...
- 海康&大华&DSS视频拉流-RTSP转RTMP多媒体播放技术
海康&大华&DSS获取RTSP 实时流 海康:rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/ ...
- jsp:set/getProperty底层实现的探究
关于jsp:set/getProperty底层实现的探究 今天上课讲到<jsp:useBean>时涉及到了<jsp:setProperty>和<jsp:getProper ...
- asp.net core 集成 log4net 日志框架
asp.net core 集成 log4net 日志框架 Intro 在 asp.net core 中有些日志我们可能想输出到数据库或文件或elasticsearch等,如果不自己去实现一个 Logg ...
- centos7后台服务部署jar包
centos7 服务部署jar包 centos7 服务介绍 CentOS7的服务systemctl脚本存放在:/usr/lib/systemd/,有系统(system)和用户(user)之分, 每一个 ...