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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jlie
Advocate I
Advocate I

Relate Tables with "outer join" in the Data Model (not the query builder)

Hey,

 

I hope I am able to specify my problem accurately, because I'm not entirely sure how to describe it. Lets say I have two tables, one for our customers and one for Google Analytics Session Data from our website. I am able to match them and I have a customer for every Dataset in GA, but I do not have GA data for every single customer.

 

When I set-up the relationship and pull the data into a visualization or a table, I only get the intersect (e.g. all customers that have sessions), but I am not able to see all customers. So what I basically need is a left-outer join: I need all the customers (all the time) and I need the GA-Data added, where it is available.

 

Is it possible to configure this in the Data Model or do I have to build a separate table in the Query Builder?

 

Best Regards and many thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jlie,

 

>>So what I basically need is a left-outer join: I need all the customers (all the time) and I need the GA-Data added, where it is available.

For your requirement, you can take a look at NATURALLEFTOUTERJOIN Function and try to use it create a merged table with full records.

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @jlie,

 

>>So what I basically need is a left-outer join: I need all the customers (all the time) and I need the GA-Data added, where it is available.

For your requirement, you can take a look at NATURALLEFTOUTERJOIN Function and try to use it create a merged table with full records.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors