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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Right Outer Join

Hi Experts,

 

 Is it possible to do the right outer join in the power bi Data model?

 

 

SELECT *
FROM attendance a
right outer join student b
on a.student.id=b.studentid

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous 

Refer merge

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

If it is dimension side , use show values with no data in Visual

If it is on fact side add +0 to formula

 

ShowItemwithoutdata.JPG

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

Anonymous
Not applicable

in edit query mode, reverse the steps.  

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

in edit query mode, reverse the steps.  

amitchandak
Super User
Super User

@Anonymous 

Refer merge

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

If it is dimension side , use show values with no data in Visual

If it is on fact side add +0 to formula

 

ShowItemwithoutdata.JPG

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
d_gosbell
Super User
Super User

So strictly speaking the data model does not have a LEFT/RIGHT join concept.

 

But I'm assuming that what you actually want is to show all students regardless of whether they have an attendance record or not. Typically the visuals in Power BI will hide rows that return a blank value so the "trick" is to create a measure that returns a non-blank value. So if you wanted a count of attendance you could do something like the following:

 

COUNTROWS( Attendance ) + 0

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.