在 power bi 中连接另外两个表
Concatenate two more tables in power bi
我在 power bi 中有 3 个表,例如
表 1
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
表2
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
表 3
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
如需进一步检查,请查看随附的 power bi 文件
我有 3 个表并且都有相同的列名所以我想连接起来
这些表 .. 我是怎么做到的
检查文件
https://www.dropbox.com/s/zxoyqr3le3qgdlc/social%20media.pbix?dl=0
您可以使用 Combine
-> Append Queries
-> Append Queries as New
将这些 table 合并为一个:
这将创建一个新的 table,其中将包含源 table 中的所有行。在显示的对话框中,select Three or more tables
选项并将您的 table 添加到列表中:
我在 power bi 中有 3 个表,例如
表 1
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
表2
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
表 3
name
Fan_count
connections.likes.id
connections.likes.name
connections.post.id
connections.post.name
等等
如需进一步检查,请查看随附的 power bi 文件
我有 3 个表并且都有相同的列名所以我想连接起来 这些表 .. 我是怎么做到的
检查文件
https://www.dropbox.com/s/zxoyqr3le3qgdlc/social%20media.pbix?dl=0
您可以使用 Combine
-> Append Queries
-> Append Queries as New
将这些 table 合并为一个:
这将创建一个新的 table,其中将包含源 table 中的所有行。在显示的对话框中,select Three or more tables
选项并将您的 table 添加到列表中: