daily notes[44]
本文总结了DAX(数据分析表达式)和Power BI的关键要点:1.数据表间可能存在关联关系;2.Power BI Desktop适用于构建复杂查询、高级模型和可视化报表;3.建议从微软下载中心获取安装程序;4.Power BI基础设施包含报表、工作簿、语义模型等
·
文章目录
dax notes
- the relationship may exist between data tables.
- Power BI Desktop is usually applied in building complicated queries,advanced models and compelling reports.
- intalling Power BI Deskop can be installed from Microsoft Store,but it is recommand to download its installer from the Microsoft Download Center.
- The infrastructure of Power BI consists of reports,workbooks,semantic models,dataflows,dashboards and applications.
- the workspace which only used for personal task and my workspace are the container of PowerBI.the report is a visual object .
- PowerBi can connect to some data sources and write complex query statements to generate data model . the Power Query provides a set of functions for transforming the data to meet various requirements.regular modifications include renaming column name or table name,remove row or column and change the type of data.
- union query means that one table join another table by certain column to generate new table through merging or appending.
- to merge query
if you click any cell of column6, the bottom of PowerBi interface will show corresponding item in 支出部门 table.
of course,you may define what column will be showed through clicking the expansion icon of column header .
selecting only the id ,so that id will be displayed on the far right.
references
更多推荐
所有评论(0)