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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ramesh0716
Regular Visitor

In the power BI left outer join query, unmatched values are getting populated with null values

In the Power BI left outer join query, how should I get actual values from the table to replace null values for the unmatched rows.

 

Thanks.

1 ACCEPTED SOLUTION
v-jingzhan-msft
Community Support
Community Support

Hi @ramesh0716 

 

Maybe you can try Full outer join instead of Left outer join. With Full outer join, the unmatched rows from the right table will be grouped to a null row. But in the grouped table, it has all the unmatched values from the right table. You can then expand these unmatched values. Is this what you want? 

vjingzhanmsft_0-1714121068862.png

Reference: Full outer join - Power Query | Microsoft Learn

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

2 REPLIES 2
v-jingzhan-msft
Community Support
Community Support

Hi @ramesh0716 

 

Maybe you can try Full outer join instead of Left outer join. With Full outer join, the unmatched rows from the right table will be grouped to a null row. But in the grouped table, it has all the unmatched values from the right table. You can then expand these unmatched values. Is this what you want? 

vjingzhanmsft_0-1714121068862.png

Reference: Full outer join - Power Query | Microsoft Learn

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

AbhinavJoshi
Resolver III
Resolver III

Hello @ramesh0716 .

 

Left join will get the matching rows from the right query and will return all the rows from the left query even if they don't match. In that case, values from right query results would be shown as blank. 
Can you share a sample of dataset that you have been working with?

 

Thanks,

Abhinav

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors