azure创建centos

介绍 (Introduction)

Power BI is an extremely powerful tool to create dashboards and reports. In the last article, we learned how to create a Data Warehouse in Azure. In this new chapter, we will learn how to create reports from the Data Warehouse in Azure using Power BI in Azure.

Power BI是创建仪表板和报告的功能非常强大的工具。 在上一篇文章中,我们学习了如何在Azure中创建数据仓库 。 在这一新的章节中,我们将学习如何使用Azure中的Power BI从Azure的数据仓库中创建报表。

With Power BI, you have your information in real time, it is easy to learn and use. In Azure, you do not need to install anything!

借助Power BI,您可以实时获取信息,易于学习和使用。 在Azure中,您无需安装任何内容!

In this article, I will show you how to create charts, work with maps and show some limitations of the tool.

在本文中,我将向您展示如何创建图表,如何使用地图以及如何使用该工具。

要求 (Requirements)

  • An Azure Account. Azure帐户。
  • Azure Data Warehouse installed. 已安装Azure数据仓库 。

入门 (Getting started)

  1. Open the Azure Portal and go to the SQL Database:

    打开Azure门户并转到SQL数据库:

    Figure 1. SQL databases图1. SQL数据库

  2. Select your SQL Data Warehouse created in earlier chapters and press “Open” in Power BI icon:

    选择您在前面章节中创建SQL数据仓库,然后在Power BI图标中按“打开”:

    Figure 2. The Data warehouse in the Portal图2.门户中的数据仓库

  3. If it is your first time using Power BI, you may need to specify your credentials. Otherwise, login with your credential:

    如果是第一次使用Power BI,则可能需要指定凭据。 否则,使用您的凭证登录:

    Figure 3. The login window.图3.登录窗口。

  4. The system will show the Server name and the Database name. You can optionally enable the advanced option to specify the frequency to refresh the data (by default 15, which is the minimum value). Just press “Next”, unless you want to change the advanced options:

    系统将显示服务器名称和数据库名称。 您可以选择启用高级选项以指定刷新数据的频率(默认为15,这是最小值)。 只需按“下一步”,除非您想更改高级选项:

    Figure 4. The Data Warehouse Connection information图4.数据仓库连接信息

  5. You will need to specify the username and password to connect to the Database:

    您将需要指定用户名和密码才能连接到数据库:

    Figure 5. The username and password图5.用户名和密码

  6. You will have the following image created. Double click on it:

    您将创建以下图像。 双击它:

    Figure 6. The Power BI 图6. Power BI

  7. You are now in Power BI! You can create the report now.

    您现在在Power BI中! 您可以立即创建报告。

    Figure 7. The Power BI Window图7. Power BI窗口

  8. Check the “FactInternetSales” in the “Fields” section:

    检查“字段”部分中的“ FactInternetSales”:

    Figure 8. The Fields图8.字段

  9. Select the “SalesAmount” field:

    选择“ SalesAmount”字段:

    Figure 9. Selecting the field for the chart图9.选择图表的字段

  10. In the legend, select the “Currency key”:

    在图例中,选择“货币密钥”:

    Figure 10. Selecting the Legend for the chart图10.选择图表的图例

  11. The graph created is the following:

    创建的图形如下:

    Figure 11. The chart created图11.创建的图表

  12. You can easily change the bars to pies using the visualization option:

    您可以使用可视化选项轻松将条形更改为饼形:

    Figure 12. The pie chart in Power BI图12. Power BI中的饼图

  13. You can add text boxes to your chart and add text by customizing the font, size, alignment:

    您可以在图表中添加文本框,并通过自定义字体,大小,对齐方式来添加文本:

    Figure 13. Adding the text box图13.添加文本框

  14. You have a button to analyze your information in Excel. This option is in the preview version. For this option, you will need to install the SQL_AS_OLEDB installer, which will be downloaded from the Azure Portal. The installer is a new version of the connector included in SQL 2016:

    您有一个按钮可以在Excel中分析您的信息。 此选项在预览版本中。 对于此选项,您将需要安装SQL_AS_OLEDB安装程序,该安装程序将从Azure门户下载。 安装程序是SQL 2016中包含的连接器的新版本:

    Figure 14. Analyzing the report in Excel图14.在Excel中分析报告

  15. This new provider allows connecting to Power BI from Microsoft Excel. When you try to access, you will the the odc file. This file contains the connection information. The installer has 28 MB approx:

    此新提供程序允许从Microsoft Excel连接到Power BI。 尝试访问时,将显示odc文件。 该文件包含连接信息。 安装程序大约有28 MB:

    Figure 15. The SQL_AS_OLEDB Provider图15. SQL_AS_OLEDB提供程序

  16. To open the connection in Excel, in the menu go to “DATA”. Select the “Get External Data” and select “Existing Connections”. Then you will select the odc file:

    要在Excel中打开连接,请在菜单中转到“数据”。 选择“获取外部数据”,然后选择“现有连接”。 然后,您将选择odc文件:

    Figure 16. Connecting to Excel图16.连接到Excel

  17. Your Power BI credentials will be required. You will be connected to Excel. You will be able to handle the Azure Data in Excel like any dynamic table:

    您的Power BI凭据将是必需的。 您将连接到Excel。 您将能够像处理任何动态表一样在Excel中处理Azure数据:

    Figure 17. Using Excel to connect to Power BI图17.使用Excel连接到Power BI

  18. In Power BI, you can also add Shapes to your charts, like rectangles, ovals, lines and arrows:

    在Power BI中,您还可以将图形添加到图表中,例如矩形,椭圆形,直线和箭头:

    Figure 18. The Power BI Shapes图18. Power BI形状

  19. The format shape allows you to change the color, transparency, rotation, background, titles and other shape properties:

    格式形状允许您更改颜色,透明度,旋转度,背景,标题和其他形状属性:

    Figure 19. The shape’s properties图19.形状的属性

  20. You can “Save” or “Save As” your report and create similar reports with some modifications:

    您可以“保存”或“另存为”报告,并进行一些修改后创建类似的报告:

    Figure 20. The File menu.图20. File菜单。

  21. In the menu, you can find the dashboards, reports, and datasets:

    在菜单中,您可以找到仪表板,报告和数据集:

    Figure 21. The Power BI menu.图21. Power BI菜单。

  22. When you click the “Save as” button, the report will be created in the report section:

    当您单击“另存为”按钮时,将在报告部分中创建报告:

    Figure 22. The reports图22.报告

  23. By default, when you select a report, it is in a read-only mode. You’ll need to press the “Edit report” option to edit the report:

    默认情况下,当您选择报告时,它处于只读模式。 您需要按“编辑报告”选项来编辑报告:

    Figure 23. Editing a report图23.编辑报告

  24. Another cool feature is the Map. In the “Fields” section, go to the “DimGeography” dimension and select the “City” field:

    另一个很酷的功能是地图。 在“字段”部分中,转到“ DimGeography”维度,然后选择“城市”字段:

    Figure 24. The DimGeography dimension图24. DimGeography维度

  25. A map is displayed and it shows all the cities from the dimension:

    将显示一个地图,并显示该维度中的所有城市:

    Figure 25. The Power BI maps图25. Power BI映射

  26. Using the mouse wheel, you can Zoom in and Zoom out the map. You can see the names of the streets:

    使用鼠标滚轮,可以放大和缩小地图。 您可以看到街道名称:

    Figure 26. The street names in Power BI图26. Power BI中的街道名称

  27. In the a new report, create a chart of the “FactInternetSales” table of the “SalesAmount” field (as we did in step 9):

    在一个新的报告中,在“ SalesAmount”字段的“ FactInternetSales”表中创建一个图表(与在步骤9中所做的一样):

    Figure 27. The sales amount chart图27.销售量图

  28. Now, I am going to try to get the chart of sales amount per currency name. In the “DimCurrency” table, select the “CurrencyName” field.

    现在,我将尝试获取每个货币名称的销售额图表。 在“ DimCurrency”表中,选择“ CurrencyName”字段。

    Figure 28. The graph per Currency Name图28.每个货币名称的图形

  29. If you check the graph of the “SalesAmount” per currency name, you will notice that all the values are the same for each currency. This is because Power BI cannot detect the relationships between the Fact Table and the dimensions. This is not cool, but you can create views to get this information.

    如果检查每种货币名称的“ SalesAmount”图,您会注意到每种货币的所有值都相同。 这是因为Power BI无法检测事实表和维度之间的关系。 这不是很酷,但是您可以创建视图来获取此信息。

结论 (Conclusion)

Power BI is a simple an intuitive tool. In Azure, you do not need to worry about the installation. You only need to take care of the information and create nice reports for your company. I hope you will have fun with it as I did.

Power BI是一个简单而直观的工具。 在Azure中,您无需担心安装。 您只需要照顾好信息并为您的公司创建漂亮的报告即可。 希望您能像我一样乐在其中。

In this article, we have learned how to create charts, add shapes, add text, and work with maps. We’ve also learned how to export the Power BI information to MS Excel. For Excel, you will need the last OLEDB provider. We’ve also noticed that Power BI cannot detect the relationships between the Fact and Dimension tables. The workaround is to create some views with the information required.

在本文中,我们学习了如何创建图表,添加形状,添加文本以及使用地图。 我们还学习了如何将Power BI信息导出到MS Excel。 对于Excel,您将需要最后的OLEDB提供程序。 我们还注意到Power BI无法检测Fact表和Dimension表之间的关系。 解决方法是使用所需的信息创建一些视图。

If you have any questions, please let me know – you may use the comments section below.

如有任何疑问,请告诉我-您可以使用下面的评论部分。

翻译自: https://www.sqlshack.com/create-azure-data-warehouse-reports-using-azure-power-bi/

azure创建centos

azure创建centos_使用Azure Power BI创建Azure数据仓库报告相关推荐

  1. 【转】设备数据通过Azure Functions 推送到 Power BI 数据大屏进行展示

    设备数据通过Azure Functions 推送到 Power BI 数据大屏进行展示(1.准备工作) 原创 Sean Yu 云计算实战 2019-12-06 本案例适用于开发者入门理解Azure F ...

  2. azure未连接_将Azure Databricks数据连接到Power BI Desktop

    azure未连接 This article is next in the Azure Databricks series, where we will learn how to connect dat ...

  3. azure blob_如何使用Power BI从Azure Blob存储访问数据

    azure blob In this article, I am going to explain how we can access the data from the Azure Blob Sto ...

  4. power bi 创建空表_使用Power BI创建足球热图

    power bi 创建空表 When I watched the 2018 FIFA World Cup Russia match, at the end of the match I saw a v ...

  5. power bi 创建空表_如何使用R在Power BI中创建地理地图

    power bi 创建空表 介绍 (Introduction) This is the fifth article of a series dedicated to discovering geogr ...

  6. power bi 地图_如何使用Power BI创建地理地图-填充地图和气泡地图

    power bi 地图 该项目 (The project) This is the first article of a series dedicated to discovering geograp ...

  7. 一个excel文档里复制黏贴另外表单跟着变动_利用Excel连接Power BI,实现PPT报告自动输出...

    ​文/HALI就职于汽车行业战略部门 专注汽车市场信息情报收集和分析 因为工作需要,每月周期性的更新数据和撰写PPT 报告成为繁重的劳动.结果是很多时间花费在数据处理上,真正的分析工作,往往只能草草收 ...

  8. Microsoft宣布为Power BI提供AI模型构建器,关键驱动程序分析和Azure机器学习集成...

    微软的Power BI现在是一种正在大量结合人工智能(AI)的商业分析服务,它使用户无需编码经验或深厚的技术专长就能够创建报告,仪表板等.近日西雅图公司宣布推出几款新的AI功能,包括图像识别和文本分析 ...

  9. power bi可视化表_在Power BI报表视图中创建可视化

    power bi可视化表 The Report View in Power BI can be used to create beautiful visualizations in Power BI. ...

最新文章

  1. 多线程中使用mktime和setenv函数
  2. 基于激光雷达点云的3D检测方法汇总(LiDAR only)
  3. 全阶滑模观测器程序_基于全阶状态滑模观测器的异步电机转子磁链观测_杨淑英...
  4. JVM堆老年代分配比例
  5. Python3 不换行打印
  6. scrapy的Middleware
  7. 最速下降法matlab全局最小值_梯度下降概念
  8. 华岗(1977-),男,博士,宁波市智慧城市规划标准发展研究院副研究员.
  9. Redis 与 list 相关的常用命令
  10. 打开终端输入没反应_忘掉Iterm2,试试这款跨平台终端工具
  11. linux分区理解整理
  12. Openssl s_server命令
  13. B00005 函数atoi()(去空格,带符号)
  14. 【SpringBoot】@springbootapplication 注解讲解
  15. 机器人最新天赋符文天赋加点图_机器人天赋符文s9
  16. android 活动生命,Android 活动生命周期
  17. 从Word Embedding到Bert模型—自然语言处理中的预训练技术发展史
  18. iOS 中的编码方式详解(主要讲解Unicode)
  19. android高德定位sdk,android ------ 实现高德定位并获取相应信息 ( 最新版高德SDK 和 Android SDK版本)...
  20. java登录密码错误锁定账号

热门文章

  1. 深入理解 Java 之 GC 到底如何工作
  2. 8 定制10MINs 3
  3. BZOJ 4094 USACO 2013 Dec. Optimal Milking
  4. java中使用字符(字节)读取文本内容
  5. CodeForces 689E (离散化+逆元+组合)
  6. 客户端控件Javascript验证类
  7. 关于React的一切(updating...)
  8. 谈谈var变量提升以及var,let,const的区别
  9. C++---哈希闭散列与开散列
  10. 句句真研—每日长难句打卡Day7