Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
CloudMonkey
Post Prodigy
Post Prodigy

Linking a unique table (that has some Null values)

Hi,

 

I need to link 2 tables. The first table has 'many' values and the second table has 'unique' values but also some NULL records which are causing the mapping to fail. Please can you tell me how to map the two tables? (where there is a NULL of course I expect to value to be returned when I use the "Related" formula which is fine)

 

Thanks,

 

CM

2 REPLIES 2
CloudMonkey
Post Prodigy
Post Prodigy

I guess what I'm asking for is a left outer join for a table link, without having to merge the tables? is it impossible?

Hi @CloudMonkey,


If your tables contains the records which can't match other table, it will shows the null value at the new table. You can try to use INTERSECT function to check if they contains the value which can't match.

Records= INTERSECT(VALUES('Table'[Column]),VALUES('Table 2'[Column]))

 

Regards,

Xiaoxin sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.