Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
| Table 01 | Table 02 | Table 03 | ||||||
| Code | Name | Type | Code | Name | Type | Code | Name | Type |
| 1 | AA | 11 | AA | Y | 21 | NN | Y | |
| 2 | AB | 12 | AB | Y | 22 | NB | Y | |
| 3 | AC | 13 | AC | Y | 23 | NC | Y | |
| 4 | AD | 14 | AD | Y | 24 | ND | Y | |
| 5 | AR | 15 | UR | Y | 25 | NR | Y | |
| 6 | AA | 16 | UU | Y | ||||
| 7 | AB | 17 | UB | Y |
| Table 01 | ||
| Code | Name | Type |
| 1 | AA | N |
| 2 | AB | N |
| 3 | AC | N |
| 4 | AD | N |
| 5 | AR | Y |
| 6 | AA | Y |
| 7 | AB | Y |
| Output Table | ||
| Code | Name | Type |
| 1 | AA | N |
| 2 | AB | N |
| 3 | AC | N |
| 4 | AD | N |
| 5 | AR | Y |
| 6 | AA | Y |
| 7 | AB | Y |
| 11 | AA | Y |
| 12 | AB | Y |
| 13 | AC | Y |
| 14 | AD | Y |
| 15 | UR | Y |
| 16 | UU | Y |
| 17 | UB | Y |
| 21 | NN | Y |
| 22 | NB | Y |
| 23 | NC | Y |
| 24 | ND | Y |
| 25 | NR | Y |
@amitchauhan @bvanderwatt @Rayshin @tamerj1 @SpartaBI @v-chenyue-msft
Solved! Go to Solution.
Hi @arvindarvind24
Is this what you want? Please refer to attched file
Type =
IF (
ISBLANK (
LOOKUPVALUE (
Table2[Type],
Table2[Name],
Table1[Name]
)
),
"Y",
"N"
)Table =
FILTER (
UNION (
Table1,
Table2,
Table3
),
[Type] = "Y"
)
HI @tamerj1
Sorry for that, Please find the new table details mentioned below.
| Table 01 | Table 02 | Table 03 | ||||||
| Code | Name | Type | Code | Name | Type | Code | Name | Type |
| 1 | AA | 11 | AA | Y | 21 | NN | Y | |
| 2 | AB | 12 | AB | Y | 22 | NB | Y | |
| 3 | AC | 13 | AC | Y | 23 | NC | Y | |
| 4 | AD | 14 | AD | Y | 24 | ND | Y | |
| 5 | AR | 15 | UR | Y | 25 | NR | Y | |
| 6 | AW | 16 | UU | Y | ||||
| 7 | AC | 17 | UB | Y |
Hi @arvindarvind24
Is this what you want? Please refer to attched file
Type =
IF (
ISBLANK (
LOOKUPVALUE (
Table2[Type],
Table2[Name],
Table1[Name]
)
),
"Y",
"N"
)Table =
FILTER (
UNION (
Table1,
Table2,
Table3
),
[Type] = "Y"
)
Hi @tamerj1 ,
Thank you for the reply.
It's working and can we filter only the "Y" value into the new table?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |