Gli appunti di scienza dei dati[1]
文章目录
- dax notes
- references
dax notes
- the relationship may exist between data tables.
- Power BI Desktop is usually applied in building complicated queries,advanced models and compelling reports.
- 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
- https://learn.microsoft.com/