简体   繁体   English

在Power Bi中再连接两个表

[英]Concatenate two more tables in power bi

I have 3 tables in power bi eg 我在Power Bi中有3张桌子

Table1 表格1

name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name

and so on 等等

Table2 表2

name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name

and so on 等等

Table3 表3

name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name

and so on 等等

for further kindly check attached power bi file 进一步检查附件的电源文件

where i have 3 tables and all have same column name so i want to concatenate these tables .. how i do this 在这里我有3个表,并且都具有相同的列名,所以我想连接这些表..我该怎么做

check file 检查文件

https://www.dropbox.com/s/zxoyqr3le3qgdlc/social%20media.pbix?dl=0 https://www.dropbox.com/s/zxoyqr3le3qgdlc/social%20media.pbix?dl=0

You can use Combine -> Append Queries -> Append Queries as New to combine these tables into one: 您可以使用Combine > Append Queries > Append Queries as New将这些表组合成一个表:

在此处输入图片说明

This will make a new table, which will contain all rows from your source tables. 这将创建一个新表,其中将包含源表中的所有行。 In the dialog shown, select Three or more tables option and add your tables to the list: 在显示的对话框中,选择“ Three or more tables选项,然后将表添加到列表中:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM