Power BI 比较两个 table 并显示第一个 table 中缺失的行

Power BI Compare two tables and display missing rows from the first table

我在 powerBI 中面临挑战。我有两个不同的 table,其中有数百行。这两个 table 由公共列 (Name) 连接。我想比较属性名称上的两个 table,然后显示名称在 Table-2 中不存在的 table-1 的行。如果有人能在这方面帮助我,那就太好了。

我的数据是这样的:

Table 1

Name | Occupation | Address             
Joe  |    Teacher |    Dallas              
Ann  |    Hunter  |    Houston             
Saly |    Artist  |    Novi

Table 2

 Name | Marital Status | Phone
Saly  |  Married       |  3132485889
Niky  |  Single        |  9831773846

期望输出

Name | Occupation | Address
Joe  |    Teacher |    Dallas
Ann  |    Hunter  |    Houston

您需要过滤第二个 table 的“名称”列中的空白。请参阅下面的屏幕截图。

创建一个网格,其中包含来自两个 table 的所有列。 “名称 2”是第二个 table 中的名称列。在“过滤器”窗格中,对于“名称 2”列,选择“空白”。